#115504

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

Shades of Myrtle #115504

Tints of Myrtle #115504

Color information

#115504 (or 0x115504) is unknown color: approx Myrtle. HEX triplet: 11, 55 and 04. RGB value is (17,85,4). Sum of RGB (Red+Green+Blue) = 17+85+4=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 85 (33.59% from 255 or 80.19% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 85 - color contains mainly: green. Hex color #115504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115504 is #EEAAFB. Grayscale: #373737. Windows color (decimal): -15641340 or 283921. OLE color: 283921.

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

Color convert

RGB17854-
CMYK0.8000.950.67
HSL110.37º91.01%17.45%-
HSV(B)110.37º95.29%33.33%-
XYZ3.56.621.21-
YUV55.4398.97100.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 85 (33.59% from 255) = 80.19%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=16.04%
G=80.19%
B=3.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal178540.8000.950.67110.3791.0117.45
Hex115545005F436e5b11
Octal211254120013710315613321
Binary10001101010110010100000101111110000111101110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115504; }

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

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

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

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

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

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

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

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