#0C4014

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

Shades of Deep Fir #0C4014

Tints of Deep Fir #0C4014

Color information

#0C4014 (or 0x0C4014) is unknown color: approx Deep Fir. HEX triplet: 0C, 40 and 14. RGB value is (12,64,20). Sum of RGB (Red+Green+Blue) = 12+64+20=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4014 is #F3BFEB. Grayscale: #2B2B2B. Windows color (decimal): -15974380 or 1327116. OLE color: 1327116.

HSL color Cylindrical-coordinate representation of color #0C4014: hue angle of 129.23º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C4014 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB126420-
CMYK0.8100.690.75
HSL129.23º68.42%14.9%-
HSV(B)129.23º81.25%25.1%-
XYZ2.113.81.28-
YUV43.44114.77105.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.5%
GREEN value IS 64 (25.39% from 255) = 66.67%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=12.5%
G=66.67%
B=20.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264200.8100.690.75129.2368.4214.9
HexC4014510454B8144f
Octal1410024121010511320110417
Binary110010000001010010100010100010110010111000000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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