#115512

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

Shades of Myrtle #115512

Tints of Myrtle #115512

Color information

#115512 (or 0x115512) is unknown color: approx Myrtle. HEX triplet: 11, 55 and 12. RGB value is (17,85,18). Sum of RGB (Red+Green+Blue) = 17+85+18=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #115512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115512 is #EEAAED. Grayscale: #393939. Windows color (decimal): -15641326 or 1201425. OLE color: 1201425.

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

Color convert

RGB178518-
CMYK0.8000.790.67
HSL120.88º66.67%20%-
HSV(B)120.88º80%33.33%-
XYZ3.596.661.67-
YUV57.03105.9799.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 85 (33.59% from 255) = 70.83%
BLUE value IS 18 (7.42% from 255) = 15%
R=14.17%
G=70.83%
B=15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785180.8000.790.67120.8866.6720
Hex1155125004F43794314
Octal2112522120011710317110324
Binary1000110101011001010100000100111110000111111001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115512; }

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

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

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

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

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

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

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

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