#115B01

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

Shades of Myrtle #115B01

Tints of Myrtle #115B01

Color information

#115B01 (or 0x115B01) is unknown color: approx Myrtle. HEX triplet: 11, 5B and 01. RGB value is (17,91,1). Sum of RGB (Red+Green+Blue) = 17+91+1=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 91 (35.94% from 255 or 83.49% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 91 - color contains mainly: green. Hex color #115B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115B01 is #EEA4FE. Grayscale: #3A3A3A. Windows color (decimal): -15639807 or 88849. OLE color: 88849.

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

Color convert

RGB17911-
CMYK0.8100.990.64
HSL109.33º97.83%18.04%-
HSV(B)109.33º98.9%35.69%-
XYZ3.987.61.29-
YUV58.6195.4898.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 91 (35.94% from 255) = 83.49%
BLUE value IS 1 (0.78% from 255) = 0.92%
R=15.60%
G=83.49%
B=0.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal179110.8100.990.64109.3397.8318.04
Hex115B151063406d6212
Octal211331121014310015514222
Binary100011011011110100010110001110000001101101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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