#115A14

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

Shades of Myrtle #115A14

Tints of Myrtle #115A14

Color information

#115A14 (or 0x115A14) is unknown color: approx Myrtle. HEX triplet: 11, 5A and 14. RGB value is (17,90,20). Sum of RGB (Red+Green+Blue) = 17+90+20=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 90 (35.55% from 255 or 70.87% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 90 - color contains mainly: green. Hex color #115A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115A14 is #EEA5EB. Grayscale: #3C3C3C. Windows color (decimal): -15640044 or 1333777. OLE color: 1333777.

HSL color Cylindrical-coordinate representation of color #115A14: hue angle of 122.47º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A14 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB179020-
CMYK0.8100.780.65
HSL122.47º68.22%20.98%-
HSV(B)122.47º81.11%35.29%-
XYZ4.017.481.89-
YUV60.19105.3297.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.39%
GREEN value IS 90 (35.55% from 255) = 70.87%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=13.39%
G=70.87%
B=15.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1790200.8100.780.65122.4768.2220.98
Hex115A145104E417a4415
Octal2113224121011610117210425
Binary1000110110101010010100010100111010000011111010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115A14; }

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

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

<style>
 a { background-color: #115A14; }

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

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

<style>
 span { border-color: #115A14; }

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

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