#0C5914

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

Shades of Myrtle #0C5914

Tints of Myrtle #0C5914

Color information

#0C5914 (or 0x0C5914) is unknown color: approx Myrtle. HEX triplet: 0C, 59 and 14. RGB value is (12,89,20). Sum of RGB (Red+Green+Blue) = 12+89+20=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 89 (35.16% from 255 or 73.55% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5914 is #F3A6EB. Grayscale: #3A3A3A. Windows color (decimal): -15967980 or 1333516. OLE color: 1333516.

HSL color Cylindrical-coordinate representation of color #0C5914: hue angle of 126.23º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5914 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB128920-
CMYK0.8700.780.65
HSL126.23º76.24%19.8%-
HSV(B)126.23º86.52%34.9%-
XYZ3.857.271.86-
YUV58.11106.4995.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.92%
GREEN value IS 89 (35.16% from 255) = 73.55%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=9.92%
G=73.55%
B=16.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1289200.8700.780.65126.2376.2419.8
HexC59145704E417e4c14
Octal1413124127011610117611424
Binary110010110011010010101110100111010000011111110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,89,20); }

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

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

 a { background-color: rgb(12,89,20); }

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

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

 span { border-color: rgb(12,89,20); }

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