#0C4C09

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

Shades of Myrtle #0C4C09

Tints of Myrtle #0C4C09

Color information

#0C4C09 (or 0x0C4C09) is unknown color: approx Myrtle. HEX triplet: 0C, 4C and 09. RGB value is (12,76,9). Sum of RGB (Red+Green+Blue) = 12+76+9=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 76 (30.08% from 255 or 78.35% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4C09 is #F3B3F6. Grayscale: #313131. Windows color (decimal): -15971319 or 609292. OLE color: 609292.

HSL color Cylindrical-coordinate representation of color #0C4C09: hue angle of 117.31º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4C09 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB12769-
CMYK0.8400.880.70
HSL117.31º78.82%16.67%-
HSV(B)117.31º88.16%29.8%-
XYZ2.795.271.13-
YUV49.23105.3101.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.37%
GREEN value IS 76 (30.08% from 255) = 78.35%
BLUE value IS 9 (3.91% from 255) = 9.28%
R=12.37%
G=78.35%
B=9.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal127690.8400.880.70117.3178.8216.67
HexC4C95405846754f11
Octal1411411124013010616511721
Binary11001001100100110101000101100010001101110101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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