#0C4709

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

Shades of Myrtle #0C4709

Tints of Myrtle #0C4709

Color information

#0C4709 (or 0x0C4709) is unknown color: approx Myrtle. HEX triplet: 0C, 47 and 09. RGB value is (12,71,9). Sum of RGB (Red+Green+Blue) = 12+71+9=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #0C4709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4709 is #F3B8F6. Grayscale: #2E2E2E. Windows color (decimal): -15972599 or 608012. OLE color: 608012.

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

Color convert

RGB12719-
CMYK0.8300.870.72
HSL117.1º77.5%15.69%-
HSV(B)117.1º87.32%27.84%-
XYZ2.454.61.02-
YUV46.29106.95103.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.04%
GREEN value IS 71 (28.12% from 255) = 77.17%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=13.04%
G=77.17%
B=9.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal127190.8300.870.72117.177.515.69
HexC4795305748754e10
Octal1410711123012711016511620
Binary11001000111100110100110101011110010001110101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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