#0D3917

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

Shades of Deep Fir #0D3917

Tints of Deep Fir #0D3917

Color information

#0D3917 (or 0x0D3917) is unknown color: approx Deep Fir. HEX triplet: 0D, 39 and 17. RGB value is (13,57,23). Sum of RGB (Red+Green+Blue) = 13+57+23=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 57 (22.66% from 255 or 61.29% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 57 - color contains mainly: green. Hex color #0D3917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3917 is #F2C6E8. Grayscale: #282828. Windows color (decimal): -15910633 or 1521933. OLE color: 1521933.

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

Color convert

RGB135723-
CMYK0.7700.600.78
HSL133.64º62.86%13.73%-
HSV(B)133.64º77.19%22.35%-
XYZ1.783.071.31-
YUV39.97118.42108.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.98%
GREEN value IS 57 (22.66% from 255) = 61.29%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=13.98%
G=61.29%
B=24.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1357230.7700.600.78133.6462.8613.73
HexD39174D03C4E863fe
Octal1571271150741162067716
Binary110111100110111100110101111001001110100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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