Shades of Myrtle #115204
Tints of Myrtle #115204
RGB
CMYK
RGB Variations
Color information
#115204 (or 0x115204) is known color: Myrtle. HEX triplet: 11, 52 and 04. RGB value is (17,82,4). Sum of RGB (Red+Green+Blue) = 17+82+4=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 82 (32.42% from 255 or 79.61% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 82 - color contains mainly: green. Hex color #115204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115204 is #EEADFB. Grayscale: #353535. Windows color (decimal): -15642108 or 283153. OLE color: 283153.
HSL color Cylindrical-coordinate representation of color #115204: hue angle of 110º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #115204 is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 4 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.68 |
| HSL | 110º | 0.91% | 0.17% | - |
| HSV(B) | 110º | 0.95% | 0.32% | - |
| XYZ | 3.27 | 6.16 | 1.13 | - |
| YUV | 53.67 | 99.97 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 4 | 0.79 | 0 | 0.95 | 0.68 | 110 | 0.91 | 0.17 |
| Hex | 11 | 52 | 4 | 4F | 0 | 5F | 44 | 6E | 5B | 11 |
| Octal | 21 | 122 | 4 | 117 | 0 | 137 | 104 | 156 | 133 | 21 |
| Binary | 10001 | 1010010 | 100 | 1001111 | 0 | 1011111 | 1000100 | 1101110 | 1011011 | 10001 |
Color Harmonies of #115204
Complementary color
Monochromatic Colors of #115204
Black with #115204
Text Example
Text Example
White with #115204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115204; }
p { color: rgb(17,82,4); }
H1.HeaderClassName
{
color: #115204;
}
.AnyTagClassName
{
color: #115204;
}
</style>
background-color css
<style>
a { background-color: #115204; }
a { background-color: rgb(17,82,4); }
div.DivClassName
{
background-color: #115204;
}
.BgClassName
{
background-color: #115204;
}
</style>
border-color css
<style>
span { border-color: #115204; }
span { border-color: rgb(17,82,4); }
td.TdClassName
{
border-color: #115204;
}
.TagClassName
{
border-color: #115204;
}
</style>