#0C4720

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

Shades of Deep Fir #0C4720

Tints of Deep Fir #0C4720

Color information

#0C4720 (or 0x0C4720) is unknown color: approx Deep Fir. HEX triplet: 0C, 47 and 20. RGB value is (12,71,32). Sum of RGB (Red+Green+Blue) = 12+71+32=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #0C4720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4720 is #F3B8DF. Grayscale: #313131. Windows color (decimal): -15972576 or 2115340. OLE color: 2115340.

HSL color Cylindrical-coordinate representation of color #0C4720: hue angle of 140.34º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C4720 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB127132-
CMYK0.8300.550.72
HSL140.34º71.08%16.27%-
HSV(B)140.34º83.1%27.84%-
XYZ2.674.692.13-
YUV48.91118.45101.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.43%
GREEN value IS 71 (28.12% from 255) = 61.74%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=10.43%
G=61.74%
B=27.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1271320.8300.550.72140.3471.0816.27
HexC472053037488c4710
Octal141074012306711021410720
Binary1100100011110000010100110110111100100010001100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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