#115A01

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

Shades of Myrtle #115A01

Tints of Myrtle #115A01

Color information

#115A01 (or 0x115A01) is unknown color: approx Myrtle. HEX triplet: 11, 5A and 01. RGB value is (17,90,1). Sum of RGB (Red+Green+Blue) = 17+90+1=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 90 (35.55% from 255 or 83.33% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 90 - color contains mainly: green. Hex color #115A01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115A01 is #EEA5FE. Grayscale: #3A3A3A. Windows color (decimal): -15640063 or 88593. OLE color: 88593.

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

Color convert

RGB17901-
CMYK0.8100.990.65
HSL109.21º97.8%17.84%-
HSV(B)109.21º98.89%35.29%-
XYZ3.897.431.26-
YUV58.0395.8298.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 90 (35.55% from 255) = 83.33%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=15.74%
G=83.33%
B=0.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal179010.8100.990.65109.2197.817.84
Hex115A151063416d6212
Octal211321121014310115514222
Binary100011011010110100010110001110000011101101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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