#0C3414

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

Shades of Deep Fir #0C3414

Tints of Deep Fir #0C3414

Color information

#0C3414 (or 0x0C3414) is unknown color: approx Deep Fir. HEX triplet: 0C, 34 and 14. RGB value is (12,52,20). Sum of RGB (Red+Green+Blue) = 12+52+20=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3414 is #F3CBEB. Grayscale: #242424. Windows color (decimal): -15977452 or 1324044. OLE color: 1324044.

HSL color Cylindrical-coordinate representation of color #0C3414: hue angle of 132º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C3414 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB125220-
CMYK0.7700.620.80
HSL132º62.5%12.55%-
HSV(B)132º76.92%20.39%-
XYZ1.512.581.08-
YUV36.39118.75110.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.29%
GREEN value IS 52 (20.70% from 255) = 61.90%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=14.29%
G=61.90%
B=23.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1252200.7700.620.8013262.512.55
HexC34144D03E50843ed
Octal1464241150761202047615
Binary110011010010100100110101111101010000100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,52,20); }

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

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

 a { background-color: rgb(12,52,20); }

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

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

 span { border-color: rgb(12,52,20); }

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