#0C5A14

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

Shades of Myrtle #0C5A14

Tints of Myrtle #0C5A14

Color information

#0C5A14 (or 0x0C5A14) is unknown color: approx Myrtle. HEX triplet: 0C, 5A and 14. RGB value is (12,90,20). Sum of RGB (Red+Green+Blue) = 12+90+20=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 90 (35.55% from 255 or 73.77% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 90 - color contains mainly: green. Hex color #0C5A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5A14 is #F3A5EB. Grayscale: #3A3A3A. Windows color (decimal): -15967724 or 1333772. OLE color: 1333772.

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

Color convert

RGB129020-
CMYK0.8700.780.65
HSL126.15º76.47%20%-
HSV(B)126.15º86.67%35.29%-
XYZ3.937.441.89-
YUV58.7106.1694.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.84%
GREEN value IS 90 (35.55% from 255) = 73.77%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=9.84%
G=73.77%
B=16.39%

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
Decimal1290200.8700.780.65126.1576.4720
HexC5A145704E417e4c14
Octal1413224127011610117611424
Binary110010110101010010101110100111010000011111110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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