Shades of Myrtle #115304
Tints of Myrtle #115304
RGB
CMYK
RGB Variations
Color information
#115304 (or 0x115304) is known color: Myrtle. HEX triplet: 11, 53 and 04. RGB value is (17,83,4). Sum of RGB (Red+Green+Blue) = 17+83+4=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #115304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115304 is #EEACFB. Grayscale: #363636. Windows color (decimal): -15641852 or 283409. OLE color: 283409.
HSL color Cylindrical-coordinate representation of color #115304: hue angle of 110.13º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #115304 is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 4 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.67 |
| HSL | 110.13º | 0.91% | 0.17% | - |
| HSV(B) | 110.13º | 0.95% | 0.33% | - |
| XYZ | 3.35 | 6.31 | 1.16 | - |
| YUV | 54.26 | 99.63 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 4 | 0.80 | 0 | 0.95 | 0.67 | 110.13 | 0.91 | 0.17 |
| Hex | 11 | 53 | 4 | 50 | 0 | 5F | 43 | 6E | 5B | 11 |
| Octal | 21 | 123 | 4 | 120 | 0 | 137 | 103 | 156 | 133 | 21 |
| Binary | 10001 | 1010011 | 100 | 1010000 | 0 | 1011111 | 1000011 | 1101110 | 1011011 | 10001 |
Color Harmonies of #115304
Complementary color
Monochromatic Colors of #115304
Black with #115304
Text Example
Text Example
White with #115304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115304; }
p { color: rgb(17,83,4); }
H1.HeaderClassName
{
color: #115304;
}
.AnyTagClassName
{
color: #115304;
}
</style>
background-color css
<style>
a { background-color: #115304; }
a { background-color: rgb(17,83,4); }
div.DivClassName
{
background-color: #115304;
}
.BgClassName
{
background-color: #115304;
}
</style>
border-color css
<style>
span { border-color: #115304; }
span { border-color: rgb(17,83,4); }
td.TdClassName
{
border-color: #115304;
}
.TagClassName
{
border-color: #115304;
}
</style>