Shades of Myrtle #11521B
Tints of Myrtle #11521B
RGB
CMYK
RGB Variations
Color information
#11521B (or 0x11521B) is known color: Myrtle. HEX triplet: 11, 52 and 1B. RGB value is (17,82,27). Sum of RGB (Red+Green+Blue) = 17+82+27=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #11521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11521B is #EEADE4. Grayscale: #383838. Windows color (decimal): -15642085 or 1790481. OLE color: 1790481.
HSL color Cylindrical-coordinate representation of color #11521B: hue angle of 129.23º 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 #11521B is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 27 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.68 |
| HSL | 129.23º | 0.66% | 0.19% | - |
| HSV(B) | 129.23º | 0.79% | 0.32% | - |
| XYZ | 3.45 | 6.23 | 2.06 | - |
| YUV | 56.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 27 | 0.79 | 0 | 0.67 | 0.68 | 129.23 | 0.66 | 0.19 |
| Hex | 11 | 52 | 1B | 4F | 0 | 43 | 44 | 81 | 42 | 13 |
| Octal | 21 | 122 | 33 | 117 | 0 | 103 | 104 | 201 | 102 | 23 |
| Binary | 10001 | 1010010 | 11011 | 1001111 | 0 | 1000011 | 1000100 | 10000001 | 1000010 | 10011 |
Color Harmonies of #11521B
Complementary color
Monochromatic Colors of #11521B
Black with #11521B
Text Example
Text Example
White with #11521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11521B; }
p { color: rgb(17,82,27); }
H1.HeaderClassName
{
color: #11521B;
}
.AnyTagClassName
{
color: #11521B;
}
</style>
background-color css
<style>
a { background-color: #11521B; }
a { background-color: rgb(17,82,27); }
div.DivClassName
{
background-color: #11521B;
}
.BgClassName
{
background-color: #11521B;
}
</style>
border-color css
<style>
span { border-color: #11521B; }
span { border-color: rgb(17,82,27); }
td.TdClassName
{
border-color: #11521B;
}
.TagClassName
{
border-color: #11521B;
}
</style>