#0C5D12

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

Shades of Myrtle #0C5D12

Tints of Myrtle #0C5D12

Color information

#0C5D12 (or 0x0C5D12) is unknown color: approx Myrtle. HEX triplet: 0C, 5D and 12. RGB value is (12,93,18). Sum of RGB (Red+Green+Blue) = 12+93+18=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 93 (36.72% from 255 or 75.61% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 93 - color contains mainly: green. Hex color #0C5D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5D12 is #F3A2ED. Grayscale: #3C3C3C. Windows color (decimal): -15966958 or 1203468. OLE color: 1203468.

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

Color convert

RGB129318-
CMYK0.8700.810.64
HSL124.44º77.14%20.59%-
HSV(B)124.44º87.1%36.47%-
XYZ4.187.951.89-
YUV60.23104.1693.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.76%
GREEN value IS 93 (36.72% from 255) = 75.61%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=9.76%
G=75.61%
B=14.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1293180.8700.810.64124.4477.1420.59
HexC5D1257051407c4d15
Octal1413522127012110017411525
Binary110010111011001010101110101000110000001111100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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