Shades of Myrtle #153204
Tints of Myrtle #153204
RGB
CMYK
RGB Variations
Color information
#153204 (or 0x153204) is known color: Myrtle. HEX triplet: 15, 32 and 04. RGB value is (21,50,4). Sum of RGB (Red+Green+Blue) = 21+50+4=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 50 (19.92% from 255 or 66.67% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 50 - color contains mainly: green. Hex color #153204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153204 is #EACDFB. Grayscale: #242424. Windows color (decimal): -15388156 or 274965. OLE color: 274965.
HSL color Cylindrical-coordinate representation of color #153204: hue angle of 97.83º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #153204 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 50 | 4 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.80 |
| HSL | 97.83º | 0.85% | 0.11% | - |
| HSV(B) | 97.83º | 0.92% | 0.2% | - |
| XYZ | 1.47 | 2.45 | 0.51 | - |
| YUV | 36.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 4 | 0.58 | 0 | 0.92 | 0.80 | 97.83 | 0.85 | 0.11 |
| Hex | 15 | 32 | 4 | 3A | 0 | 5C | 50 | 62 | 55 | B |
| Octal | 25 | 62 | 4 | 72 | 0 | 134 | 120 | 142 | 125 | 13 |
| Binary | 10101 | 110010 | 100 | 111010 | 0 | 1011100 | 1010000 | 1100010 | 1010101 | 1011 |
Color Harmonies of #153204
Complementary color
Monochromatic Colors of #153204
Black with #153204
Text Example
Text Example
White with #153204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153204; }
p { color: rgb(21,50,4); }
H1.HeaderClassName
{
color: #153204;
}
.AnyTagClassName
{
color: #153204;
}
</style>
background-color css
<style>
a { background-color: #153204; }
a { background-color: rgb(21,50,4); }
div.DivClassName
{
background-color: #153204;
}
.BgClassName
{
background-color: #153204;
}
</style>
border-color css
<style>
span { border-color: #153204; }
span { border-color: rgb(21,50,4); }
td.TdClassName
{
border-color: #153204;
}
.TagClassName
{
border-color: #153204;
}
</style>