#053616

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

Shades of Deep Fir #053616

Tints of Deep Fir #053616

Color information

#053616 (or 0x053616) is unknown color: approx Deep Fir. HEX triplet: 05, 36 and 16. RGB value is (5,54,22). Sum of RGB (Red+Green+Blue) = 5+54+22=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 54 (21.48% from 255 or 66.67% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 54 - color contains mainly: green. Hex color #053616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053616 is #FAC9E9. Grayscale: #232323. Windows color (decimal): -16435690 or 1455621. OLE color: 1455621.

HSL color Cylindrical-coordinate representation of color #053616: hue angle of 140.82º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053616 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB55422-
CMYK0.9100.590.79
HSL140.82º83.05%11.57%-
HSV(B)140.82º90.74%21.18%-
XYZ1.532.731.21-
YUV35.7120.27106.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 54 (21.48% from 255) = 66.67%
BLUE value IS 22 (8.98% from 255) = 27.16%
R=6.17%
G=66.67%
B=27.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal554220.9100.590.79140.8283.0511.57
Hex536165B03B4F8d53c
Octal5662613307311721512314
Binary101110110101101011011011101110011111000110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053616; }

 p { color: rgb(5,54,22); }

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

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

 a { background-color: rgb(5,54,22); }

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

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

 span { border-color: rgb(5,54,22); }

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