#0D3815

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

Shades of Deep Fir #0D3815

Tints of Deep Fir #0D3815

Color information

#0D3815 (or 0x0D3815) is unknown color: approx Deep Fir. HEX triplet: 0D, 38 and 15. RGB value is (13,56,21). Sum of RGB (Red+Green+Blue) = 13+56+21=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 56 (22.27% from 255 or 62.22% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 56 - color contains mainly: green. Hex color #0D3815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3815 is #F2C7EA. Grayscale: #272727. Windows color (decimal): -15910891 or 1390605. OLE color: 1390605.

HSL color Cylindrical-coordinate representation of color #0D3815: hue angle of 131.16º degrees, saturation: 0.62, 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 #0D3815 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB135621-
CMYK0.7700.630.78
HSL131.16º62.32%13.53%-
HSV(B)131.16º76.79%21.96%-
XYZ1.722.971.19-
YUV39.15117.75109.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.44%
GREEN value IS 56 (22.27% from 255) = 62.22%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=14.44%
G=62.22%
B=23.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1356210.7700.630.78131.1662.3213.53
HexD38154D03F4E833ee
Octal1570251150771162037616
Binary110111100010101100110101111111001110100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,56,21); }

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

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

 a { background-color: rgb(13,56,21); }

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

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

 span { border-color: rgb(13,56,21); }

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