#0C4017

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

Shades of Deep Fir #0C4017

Tints of Deep Fir #0C4017

Color information

#0C4017 (or 0x0C4017) is unknown color: approx Deep Fir. HEX triplet: 0C, 40 and 17. RGB value is (12,64,23). Sum of RGB (Red+Green+Blue) = 12+64+23=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4017 is #F3BFE8. Grayscale: #2B2B2B. Windows color (decimal): -15974377 or 1523724. OLE color: 1523724.

HSL color Cylindrical-coordinate representation of color #0C4017: hue angle of 132.69º 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 #0C4017 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB126423-
CMYK0.8100.640.75
HSL132.69º68.42%14.9%-
HSV(B)132.69º81.25%25.1%-
XYZ2.143.811.43-
YUV43.78116.27105.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.12%
GREEN value IS 64 (25.39% from 255) = 64.65%
BLUE value IS 23 (9.38% from 255) = 23.23%
R=12.12%
G=64.65%
B=23.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264230.8100.640.75132.6968.4214.9
HexC4017510404B8544f
Octal1410027121010011320510417
Binary110010000001011110100010100000010010111000010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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