#0C4420

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

Shades of Deep Fir #0C4420

Tints of Deep Fir #0C4420

Color information

#0C4420 (or 0x0C4420) is unknown color: approx Deep Fir. HEX triplet: 0C, 44 and 20. RGB value is (12,68,32). Sum of RGB (Red+Green+Blue) = 12+68+32=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #0C4420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4420 is #F3BBDF. Grayscale: #2F2F2F. Windows color (decimal): -15973344 or 2114572. OLE color: 2114572.

HSL color Cylindrical-coordinate representation of color #0C4420: hue angle of 141.43º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4420 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB126832-
CMYK0.8200.530.73
HSL141.43º70%15.69%-
HSV(B)141.43º82.35%26.67%-
XYZ2.484.322.07-
YUV47.15119.45102.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.71%
GREEN value IS 68 (26.95% from 255) = 60.71%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=10.71%
G=60.71%
B=28.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1268320.8200.530.73141.437015.69
HexC442052035498d4610
Octal141044012206511121510620
Binary1100100010010000010100100110101100100110001101100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,68,32); }

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

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

 a { background-color: rgb(12,68,32); }

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

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

 span { border-color: rgb(12,68,32); }

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