#0C3516

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

Shades of Deep Fir #0C3516

Tints of Deep Fir #0C3516

Color information

#0C3516 (or 0x0C3516) is unknown color: approx Deep Fir. HEX triplet: 0C, 35 and 16. RGB value is (12,53,22). Sum of RGB (Red+Green+Blue) = 12+53+22=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 53 (21.09% from 255 or 60.92% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 53 - color contains mainly: green. Hex color #0C3516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3516 is #F3CAE9. Grayscale: #252525. Windows color (decimal): -15977194 or 1455372. OLE color: 1455372.

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

Color convert

RGB125322-
CMYK0.7700.580.79
HSL134.63º63.08%12.75%-
HSV(B)134.63º77.36%20.78%-
XYZ1.572.681.19-
YUV37.21119.42110.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.79%
GREEN value IS 53 (21.09% from 255) = 60.92%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=13.79%
G=60.92%
B=25.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1253220.7700.580.79134.6363.0812.75
HexC35164D03A4F873fd
Octal1465261150721172077715
Binary110011010110110100110101110101001111100001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,53,22); }

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

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

 a { background-color: rgb(12,53,22); }

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

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

 span { border-color: rgb(12,53,22); }

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