#0C4618

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

Shades of Deep Fir #0C4618

Tints of Deep Fir #0C4618

Color information

#0C4618 (or 0x0C4618) is unknown color: approx Deep Fir. HEX triplet: 0C, 46 and 18. RGB value is (12,70,24). Sum of RGB (Red+Green+Blue) = 12+70+24=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 70 (27.73% from 255 or 66.04% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 70 - color contains mainly: green. Hex color #0C4618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4618 is #F3B9E7. Grayscale: #2F2F2F. Windows color (decimal): -15972840 or 1590796. OLE color: 1590796.

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

Color convert

RGB127024-
CMYK0.8300.660.73
HSL132.41º70.73%16.08%-
HSV(B)132.41º82.86%27.45%-
XYZ2.514.521.61-
YUV47.41114.78102.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.32%
GREEN value IS 70 (27.73% from 255) = 66.04%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=11.32%
G=66.04%
B=22.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1270240.8300.660.73132.4170.7316.08
HexC46185304249844710
Octal1410630123010211120410720
Binary1100100011011000101001101000010100100110000100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,70,24); }

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

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

 a { background-color: rgb(12,70,24); }

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

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

 span { border-color: rgb(12,70,24); }

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