Shades of Myrtle #153311
Tints of Myrtle #153311
RGB
CMYK
RGB Variations
Color information
#153311 (or 0x153311) is known color: Myrtle. HEX triplet: 15, 33 and 11. RGB value is (21,51,17). Sum of RGB (Red+Green+Blue) = 21+51+17=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 51 (20.31% from 255 or 57.30% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 51 - color contains mainly: green. Hex color #153311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153311 is #EACCEE. Grayscale: #262626. Windows color (decimal): -15387887 or 1127189. OLE color: 1127189.
HSL color Cylindrical-coordinate representation of color #153311: hue angle of 112.94º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153311 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 51 | 17 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.8 |
| HSL | 112.94º | 0.5% | 0.13% | - |
| HSV(B) | 112.94º | 0.67% | 0.2% | - |
| XYZ | 1.59 | 2.57 | 0.94 | - |
| YUV | 38.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 17 | 0.59 | 0 | 0.67 | 0.8 | 112.94 | 0.5 | 0.13 |
| Hex | 15 | 33 | 11 | 3B | 0 | 43 | 50 | 71 | 32 | D |
| Octal | 25 | 63 | 21 | 73 | 0 | 103 | 120 | 161 | 62 | 15 |
| Binary | 10101 | 110011 | 10001 | 111011 | 0 | 1000011 | 1010000 | 1110001 | 110010 | 1101 |
Color Harmonies of #153311
Complementary color
Monochromatic Colors of #153311
Black with #153311
Text Example
Text Example
White with #153311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153311; }
p { color: rgb(21,51,17); }
H1.HeaderClassName
{
color: #153311;
}
.AnyTagClassName
{
color: #153311;
}
</style>
background-color css
<style>
a { background-color: #153311; }
a { background-color: rgb(21,51,17); }
div.DivClassName
{
background-color: #153311;
}
.BgClassName
{
background-color: #153311;
}
</style>
border-color css
<style>
span { border-color: #153311; }
span { border-color: rgb(21,51,17); }
td.TdClassName
{
border-color: #153311;
}
.TagClassName
{
border-color: #153311;
}
</style>