#11521A

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

Shades of Myrtle #11521A

Tints of Myrtle #11521A

Color information

#11521A (or 0x11521A) is unknown color: approx Myrtle. HEX triplet: 11, 52 and 1A. RGB value is (17,82,26). Sum of RGB (Red+Green+Blue) = 17+82+26=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 82 (32.42% from 255 or 65.6% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 82 - color contains mainly: green. Hex color #11521A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11521A is #EEADE5. Grayscale: #383838. Windows color (decimal): -15642086 or 1724945. OLE color: 1724945.

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

Color convert

RGB178226-
CMYK0.7900.680.68
HSL128.31º65.66%19.41%-
HSV(B)128.31º79.27%32.16%-
XYZ3.436.232-
YUV56.18110.97100.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.6%
GREEN value IS 82 (32.42% from 255) = 65.6%
BLUE value IS 26 (10.55% from 255) = 20.8%
R=13.6%
G=65.6%
B=20.8%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1782260.7900.680.68128.3165.6619.41
Hex11521A4F04444804213
Octal2112232117010410420010223
Binary10001101001011010100111101000100100010010000000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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