#115508

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

Shades of Myrtle #115508

Tints of Myrtle #115508

Color information

#115508 (or 0x115508) is unknown color: approx Myrtle. HEX triplet: 11, 55 and 08. RGB value is (17,85,8). Sum of RGB (Red+Green+Blue) = 17+85+8=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 85 (33.59% from 255 or 77.27% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 85 - color contains mainly: green. Hex color #115508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115508 is #EEAAF7. Grayscale: #383838. Windows color (decimal): -15641336 or 546065. OLE color: 546065.

HSL color Cylindrical-coordinate representation of color #115508: hue angle of 112.99º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115508 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB17858-
CMYK0.8000.910.67
HSL112.99º82.8%18.24%-
HSV(B)112.99º90.59%33.33%-
XYZ3.526.631.32-
YUV55.89100.97100.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 85 (33.59% from 255) = 77.27%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=15.45%
G=77.27%
B=7.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal178580.8000.910.67112.9982.818.24
Hex115585005B43715312
Octal2112510120013310316112322
Binary100011010101100010100000101101110000111110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115508; }

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

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

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

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

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

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

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

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