Shades of Myrtle #11530A
Tints of Myrtle #11530A
RGB
CMYK
RGB Variations
Color information
#11530A (or 0x11530A) is known color: Myrtle. HEX triplet: 11, 53 and 0A. RGB value is (17,83,10). Sum of RGB (Red+Green+Blue) = 17+83+10=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #11530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11530A is #EEACF5. Grayscale: #373737. Windows color (decimal): -15641846 or 676625. OLE color: 676625.
HSL color Cylindrical-coordinate representation of color #11530A: hue angle of 114.25º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11530A is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 10 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.67 |
| HSL | 114.25º | 0.78% | 0.18% | - |
| HSV(B) | 114.25º | 0.88% | 0.33% | - |
| XYZ | 3.38 | 6.33 | 1.33 | - |
| YUV | 54.94 | 102.63 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 10 | 0.80 | 0 | 0.88 | 0.67 | 114.25 | 0.78 | 0.18 |
| Hex | 11 | 53 | A | 50 | 0 | 58 | 43 | 72 | 4E | 12 |
| Octal | 21 | 123 | 12 | 120 | 0 | 130 | 103 | 162 | 116 | 22 |
| Binary | 10001 | 1010011 | 1010 | 1010000 | 0 | 1011000 | 1000011 | 1110010 | 1001110 | 10010 |
Color Harmonies of #11530A
Complementary color
Monochromatic Colors of #11530A
Black with #11530A
Text Example
Text Example
White with #11530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11530A; }
p { color: rgb(17,83,10); }
H1.HeaderClassName
{
color: #11530A;
}
.AnyTagClassName
{
color: #11530A;
}
</style>
background-color css
<style>
a { background-color: #11530A; }
a { background-color: rgb(17,83,10); }
div.DivClassName
{
background-color: #11530A;
}
.BgClassName
{
background-color: #11530A;
}
</style>
border-color css
<style>
span { border-color: #11530A; }
span { border-color: rgb(17,83,10); }
td.TdClassName
{
border-color: #11530A;
}
.TagClassName
{
border-color: #11530A;
}
</style>