#053314

Color #053314 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #053314

Tints of Deep Fir #053314

Color information

#053314 (or 0x053314) is unknown color: approx Deep Fir. HEX triplet: 05, 33 and 14. RGB value is (5,51,20). Sum of RGB (Red+Green+Blue) = 5+51+20=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #053314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053314 is #FACCEB. Grayscale: #212121. Windows color (decimal): -16436460 or 1323781. OLE color: 1323781.

HSL color Cylindrical-coordinate representation of color #053314: hue angle of 139.57º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053314 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB55120-
CMYK0.9000.610.8
HSL139.57º82.14%10.98%-
HSV(B)139.57º90.2%20%-
XYZ1.372.451.06-
YUV33.71120.26107.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 51 (20.31% from 255) = 67.11%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=6.58%
G=67.11%
B=26.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551200.9000.610.8139.5782.1410.98
Hex533145A03D508c52b
Octal5632413207512021412213
Binary101110011101001011010011110110100001000110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053314; }

 p { color: rgb(5,51,20); }

 H1.HeaderClassName
 {
   color: #053314;
 }
 .AnyTagClassName
 {
   color: #053314;
 }
</style>
background-color css

<style>
 a { background-color: #053314; }

 a { background-color: rgb(5,51,20); }

 div.DivClassName
 {
   background-color: #053314;
 }
 .BgClassName
 {
   background-color: #053314;
 }
</style>
border-color css

<style>
 span { border-color: #053314; }

 span { border-color: rgb(5,51,20); }

 td.TdClassName
 {
   border-color: #053314;
 }
 .TagClassName
 {
   border-color: #053314;
 }
</style>