#0D4917

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

Shades of Deep Fir #0D4917

Tints of Deep Fir #0D4917

Color information

#0D4917 (or 0x0D4917) is unknown color: approx Deep Fir. HEX triplet: 0D, 49 and 17. RGB value is (13,73,23). Sum of RGB (Red+Green+Blue) = 13+73+23=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #0D4917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4917 is #F2B6E8. Grayscale: #313131. Windows color (decimal): -15906537 or 1526029. OLE color: 1526029.

HSL color Cylindrical-coordinate representation of color #0D4917: hue angle of 130º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4917 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB137323-
CMYK0.8200.680.71
HSL130º69.77%16.86%-
HSV(B)130º82.19%28.63%-
XYZ2.74.911.62-
YUV49.36113.12102.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.93%
GREEN value IS 73 (28.91% from 255) = 66.97%
BLUE value IS 23 (9.38% from 255) = 21.10%
R=11.93%
G=66.97%
B=21.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1373230.8200.680.7113069.7716.86
HexD49175204447824611
Octal1511127122010410720210621
Binary1101100100110111101001001000100100011110000010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D4917; }

 p { color: rgb(13,73,23); }

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

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

 a { background-color: rgb(13,73,23); }

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

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

 span { border-color: rgb(13,73,23); }

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