#053917

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

Shades of Deep Fir #053917

Tints of Deep Fir #053917

Color information

#053917 (or 0x053917) is unknown color: approx Deep Fir. HEX triplet: 05, 39 and 17. RGB value is (5,57,23). Sum of RGB (Red+Green+Blue) = 5+57+23=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 57 (22.66% from 255 or 67.06% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 57 - color contains mainly: green. Hex color #053917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053917 is #FAC6E8. Grayscale: #252525. Windows color (decimal): -16434921 or 1521925. OLE color: 1521925.

HSL color Cylindrical-coordinate representation of color #053917: hue angle of 140.77º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053917 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB55723-
CMYK0.9100.600.78
HSL140.77º83.87%12.16%-
HSV(B)140.77º91.23%22.35%-
XYZ1.683.021.31-
YUV37.58119.77104.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 57 (22.66% from 255) = 67.06%
BLUE value IS 23 (9.38% from 255) = 27.06%
R=5.88%
G=67.06%
B=27.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557230.9100.600.78140.7783.8712.16
Hex539175B03C4E8d54c
Octal5712713307411621512414
Binary101111001101111011011011110010011101000110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053917; }

 p { color: rgb(5,57,23); }

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

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

 a { background-color: rgb(5,57,23); }

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

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

 span { border-color: rgb(5,57,23); }

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