#0D3512

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

Shades of Deep Fir #0D3512

Tints of Deep Fir #0D3512

Color information

#0D3512 (or 0x0D3512) is unknown color: approx Deep Fir. HEX triplet: 0D, 35 and 12. RGB value is (13,53,18). Sum of RGB (Red+Green+Blue) = 13+53+18=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #0D3512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3512 is #F2CAED. Grayscale: #252525. Windows color (decimal): -15911662 or 1193229. OLE color: 1193229.

HSL color Cylindrical-coordinate representation of color #0D3512: hue angle of 127.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3512 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB135318-
CMYK0.7500.660.79
HSL127.5º60.61%12.94%-
HSV(B)127.5º75.47%20.78%-
XYZ1.552.681.01-
YUV37.05117.25110.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.48%
GREEN value IS 53 (21.09% from 255) = 63.10%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=15.48%
G=63.10%
B=21.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1353180.7500.660.79127.560.6112.94
HexD35124B0424F803dd
Octal15652211301021172007515
Binary1101110101100101001011010000101001111100000001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,53,18); }

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

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

 a { background-color: rgb(13,53,18); }

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

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

 span { border-color: rgb(13,53,18); }

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