#0C3617

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

Shades of Deep Fir #0C3617

Tints of Deep Fir #0C3617

Color information

#0C3617 (or 0x0C3617) is unknown color: approx Deep Fir. HEX triplet: 0C, 36 and 17. RGB value is (12,54,23). Sum of RGB (Red+Green+Blue) = 12+54+23=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 54 (21.48% from 255 or 60.67% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 54 - color contains mainly: green. Hex color #0C3617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3617 is #F3C9E8. Grayscale: #252525. Windows color (decimal): -15976937 or 1521164. OLE color: 1521164.

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

Color convert

RGB125423-
CMYK0.7800.570.79
HSL135.71º63.64%12.94%-
HSV(B)135.71º77.78%21.18%-
XYZ1.632.781.26-
YUV37.91119.59109.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.48%
GREEN value IS 54 (21.48% from 255) = 60.67%
BLUE value IS 23 (9.38% from 255) = 25.84%
R=13.48%
G=60.67%
B=25.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1254230.7800.570.79135.7163.6412.94
HexC36174E0394F8840d
Octal14662711607111721010015
Binary1100110110101111001110011100110011111000100010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,54,23); }

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

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

 a { background-color: rgb(12,54,23); }

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

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

 span { border-color: rgb(12,54,23); }

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