#11520F

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

Shades of Myrtle #11520F

Tints of Myrtle #11520F

Color information

#11520F (or 0x11520F) is unknown color: approx Myrtle. HEX triplet: 11, 52 and 0F. RGB value is (17,82,15). Sum of RGB (Red+Green+Blue) = 17+82+15=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #11520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11520F is #EEADF0. Grayscale: #373737. Windows color (decimal): -15642097 or 1004049. OLE color: 1004049.

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

Color convert

RGB178215-
CMYK0.7900.820.68
HSL118.21º69.07%19.02%-
HSV(B)118.21º81.71%32.16%-
XYZ3.336.191.47-
YUV54.93105.47100.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 82 (32.42% from 255) = 71.93%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=14.91%
G=71.93%
B=13.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1782150.7900.820.68118.2169.0719.02
Hex1152F4F05244764513
Octal2112217117012210416610523
Binary100011010010111110011110101001010001001110110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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