#115513

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

Shades of Myrtle #115513

Tints of Myrtle #115513

Color information

#115513 (or 0x115513) is unknown color: approx Myrtle. HEX triplet: 11, 55 and 13. RGB value is (17,85,19). Sum of RGB (Red+Green+Blue) = 17+85+19=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #115513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115513 is #EEAAEC. Grayscale: #393939. Windows color (decimal): -15641325 or 1266961. OLE color: 1266961.

HSL color Cylindrical-coordinate representation of color #115513: hue angle of 121.76º 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 #115513 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB178519-
CMYK0.8000.780.67
HSL121.76º66.67%20%-
HSV(B)121.76º80%33.33%-
XYZ3.66.661.71-
YUV57.14106.4799.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 85 (33.59% from 255) = 70.25%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=14.05%
G=70.25%
B=15.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785190.8000.780.67121.7666.6720
Hex1155135004E437a4314
Octal2112523120011610317210324
Binary1000110101011001110100000100111010000111111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115513; }

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

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

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

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

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

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

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

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