#11520A

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

Shades of Myrtle #11520A

Tints of Myrtle #11520A

Color information

#11520A (or 0x11520A) is unknown color: approx Myrtle. HEX triplet: 11, 52 and 0A. RGB value is (17,82,10). Sum of RGB (Red+Green+Blue) = 17+82+10=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 82 (32.42% from 255 or 75.23% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 82 - color contains mainly: green. Hex color #11520A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11520A is #EEADF5. Grayscale: #363636. Windows color (decimal): -15642102 or 676369. OLE color: 676369.

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

Color convert

RGB178210-
CMYK0.7900.880.68
HSL114.17º78.26%18.04%-
HSV(B)114.17º87.8%32.16%-
XYZ3.36.181.31-
YUV54.36102.97101.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 82 (32.42% from 255) = 75.23%
BLUE value IS 10 (4.30% from 255) = 9.17%
R=15.60%
G=75.23%
B=9.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1782100.7900.880.68114.1778.2618.04
Hex1152A4F05844724e12
Octal2112212117013010416211622
Binary100011010010101010011110101100010001001110010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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