#11520E

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

Shades of Myrtle #11520E

Tints of Myrtle #11520E

Color information

#11520E (or 0x11520E) is unknown color: approx Myrtle. HEX triplet: 11, 52 and 0E. RGB value is (17,82,14). Sum of RGB (Red+Green+Blue) = 17+82+14=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 82 (32.42% from 255 or 72.57% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 82 - color contains mainly: green. Hex color #11520E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11520E is #EEADF1. Grayscale: #373737. Windows color (decimal): -15642098 or 938513. OLE color: 938513.

HSL color Cylindrical-coordinate representation of color #11520E: hue angle of 117.35º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11520E is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB178214-
CMYK0.7900.830.68
HSL117.35º70.83%18.82%-
HSV(B)117.35º82.93%32.16%-
XYZ3.336.191.43-
YUV54.81104.97101.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 82 (32.42% from 255) = 72.57%
BLUE value IS 14 (5.86% from 255) = 12.39%
R=15.04%
G=72.57%
B=12.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1782140.7900.830.68117.3570.8318.82
Hex1152E4F05344754713
Octal2112216117012310416510723
Binary100011010010111010011110101001110001001110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11520E; }

 p { color: rgb(17,82,14); }

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

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

 a { background-color: rgb(17,82,14); }

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

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

 span { border-color: rgb(17,82,14); }

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