Shades of Myrtle #153B11
Tints of Myrtle #153B11
RGB
CMYK
RGB Variations
Color information
#153B11 (or 0x153B11) is known color: Myrtle. HEX triplet: 15, 3B and 11. RGB value is (21,59,17). Sum of RGB (Red+Green+Blue) = 21+59+17=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 59 (23.44% from 255 or 60.82% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 59 - color contains mainly: green. Hex color #153B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153B11 is #EAC4EE. Grayscale: #2A2A2A. Windows color (decimal): -15385839 or 1129237. OLE color: 1129237.
HSL color Cylindrical-coordinate representation of color #153B11: hue angle of 114.29º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153B11 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 59 | 17 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.77 |
| HSL | 114.29º | 0.55% | 0.15% | - |
| HSV(B) | 114.29º | 0.71% | 0.23% | - |
| XYZ | 1.97 | 3.33 | 1.07 | - |
| YUV | 42.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 17 | 0.64 | 0 | 0.71 | 0.77 | 114.29 | 0.55 | 0.15 |
| Hex | 15 | 3B | 11 | 40 | 0 | 47 | 4D | 72 | 37 | F |
| Octal | 25 | 73 | 21 | 100 | 0 | 107 | 115 | 162 | 67 | 17 |
| Binary | 10101 | 111011 | 10001 | 1000000 | 0 | 1000111 | 1001101 | 1110010 | 110111 | 1111 |
Color Harmonies of #153B11
Complementary color
Monochromatic Colors of #153B11
Black with #153B11
Text Example
Text Example
White with #153B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B11; }
p { color: rgb(21,59,17); }
H1.HeaderClassName
{
color: #153B11;
}
.AnyTagClassName
{
color: #153B11;
}
</style>
background-color css
<style>
a { background-color: #153B11; }
a { background-color: rgb(21,59,17); }
div.DivClassName
{
background-color: #153B11;
}
.BgClassName
{
background-color: #153B11;
}
</style>
border-color css
<style>
span { border-color: #153B11; }
span { border-color: rgb(21,59,17); }
td.TdClassName
{
border-color: #153B11;
}
.TagClassName
{
border-color: #153B11;
}
</style>