#0C5D10

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

Shades of Myrtle #0C5D10

Tints of Myrtle #0C5D10

Color information

#0C5D10 (or 0x0C5D10) is unknown color: approx Myrtle. HEX triplet: 0C, 5D and 10. RGB value is (12,93,16). Sum of RGB (Red+Green+Blue) = 12+93+16=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 93 (36.72% from 255 or 76.86% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 93 - color contains mainly: green. Hex color #0C5D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5D10 is #F3A2EF. Grayscale: #3C3C3C. Windows color (decimal): -15966960 or 1072396. OLE color: 1072396.

HSL color Cylindrical-coordinate representation of color #0C5D10: hue angle of 122.96º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5D10 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB129316-
CMYK0.8700.830.64
HSL122.96º77.14%20.59%-
HSV(B)122.96º87.1%36.47%-
XYZ4.167.941.8-
YUV60103.1693.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.92%
GREEN value IS 93 (36.72% from 255) = 76.86%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=9.92%
G=76.86%
B=13.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1293160.8700.830.64122.9677.1420.59
HexC5D1057053407b4d15
Octal1413520127012310017311525
Binary110010111011000010101110101001110000001111011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,93,16); }

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

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

 a { background-color: rgb(12,93,16); }

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

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

 span { border-color: rgb(12,93,16); }

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