Shades of Myrtle #11531A
Tints of Myrtle #11531A
RGB
CMYK
RGB Variations
Color information
#11531A (or 0x11531A) is known color: Myrtle. HEX triplet: 11, 53 and 1A. RGB value is (17,83,26). Sum of RGB (Red+Green+Blue) = 17+83+26=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #11531A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11531A is #EEACE5. Grayscale: #383838. Windows color (decimal): -15641830 or 1725201. OLE color: 1725201.
HSL color Cylindrical-coordinate representation of color #11531A: hue angle of 128.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11531A is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 26 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.67 |
| HSL | 128.18º | 0.66% | 0.2% | - |
| HSV(B) | 128.18º | 0.8% | 0.33% | - |
| XYZ | 3.51 | 6.38 | 2.02 | - |
| YUV | 56.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 26 | 0.80 | 0 | 0.69 | 0.67 | 128.18 | 0.66 | 0.2 |
| Hex | 11 | 53 | 1A | 50 | 0 | 45 | 43 | 80 | 42 | 14 |
| Octal | 21 | 123 | 32 | 120 | 0 | 105 | 103 | 200 | 102 | 24 |
| Binary | 10001 | 1010011 | 11010 | 1010000 | 0 | 1000101 | 1000011 | 10000000 | 1000010 | 10100 |
Color Harmonies of #11531A
Complementary color
Monochromatic Colors of #11531A
Black with #11531A
Text Example
Text Example
White with #11531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11531A; }
p { color: rgb(17,83,26); }
H1.HeaderClassName
{
color: #11531A;
}
.AnyTagClassName
{
color: #11531A;
}
</style>
background-color css
<style>
a { background-color: #11531A; }
a { background-color: rgb(17,83,26); }
div.DivClassName
{
background-color: #11531A;
}
.BgClassName
{
background-color: #11531A;
}
</style>
border-color css
<style>
span { border-color: #11531A; }
span { border-color: rgb(17,83,26); }
td.TdClassName
{
border-color: #11531A;
}
.TagClassName
{
border-color: #11531A;
}
</style>