#0C5D14

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

Shades of Myrtle #0C5D14

Tints of Myrtle #0C5D14

Color information

#0C5D14 (or 0x0C5D14) is unknown color: approx Myrtle. HEX triplet: 0C, 5D and 14. RGB value is (12,93,20). Sum of RGB (Red+Green+Blue) = 12+93+20=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 93 (36.72% from 255 or 74.4% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 93 - color contains mainly: green. Hex color #0C5D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5D14 is #F3A2EB. Grayscale: #3C3C3C. Windows color (decimal): -15966956 or 1334540. OLE color: 1334540.

HSL color Cylindrical-coordinate representation of color #0C5D14: hue angle of 125.93º 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 #0C5D14 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB129320-
CMYK0.8700.780.64
HSL125.93º77.14%20.59%-
HSV(B)125.93º87.1%36.47%-
XYZ4.197.961.98-
YUV60.46105.1693.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.6%
GREEN value IS 93 (36.72% from 255) = 74.4%
BLUE value IS 20 (8.20% from 255) = 16%
R=9.6%
G=74.4%
B=16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1293200.8700.780.64125.9377.1420.59
HexC5D145704E407e4d15
Octal1413524127011610017611525
Binary110010111011010010101110100111010000001111110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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