#115d08

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

Shades of Myrtle #115D08

Tints of Myrtle #115D08

Color information

#115D08 (or 0x115D08) is unknown color: approx Myrtle. HEX triplet: 11, 5D and 08. RGB value is (17,93,8). Sum of RGB (Red+Green+Blue) = 17+93+8=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 93 (36.72% from 255 or 78.81% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 93 - color contains mainly: green. Hex color #115D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115D08 is #EEA2F7. Grayscale: #3C3C3C. Windows color (decimal): -15639288 or 548113. OLE color: 548113.

HSL color Cylindrical-coordinate representation of color #115D08: hue angle of 113.65º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115D08 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB17938-
CMYK0.8200.910.64
HSL113.65º84.16%19.8%-
HSV(B)113.65º91.4%36.47%-
XYZ4.197.971.55-
YUV60.5998.3296.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 93 (36.72% from 255) = 78.81%
BLUE value IS 8 (3.52% from 255) = 6.78%
R=14.41%
G=78.81%
B=6.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal179380.8200.910.64113.6584.1619.8
Hex115D85205B40725414
Octal2113510122013310016212424
Binary100011011101100010100100101101110000001110010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115d08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,93,8); }

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

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

 a { background-color: rgb(17,93,8); }

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

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

 span { border-color: rgb(17,93,8); }

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