Shades of Myrtle #153207
Tints of Myrtle #153207
RGB
CMYK
RGB Variations
Color information
#153207 (or 0x153207) is known color: Myrtle. HEX triplet: 15, 32 and 07. RGB value is (21,50,7). Sum of RGB (Red+Green+Blue) = 21+50+7=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #153207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153207 is #EACDF8. Grayscale: #242424. Windows color (decimal): -15388153 or 471573. OLE color: 471573.
HSL color Cylindrical-coordinate representation of color #153207: hue angle of 100.47º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153207 is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 50 | 7 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.80 |
| HSL | 100.47º | 0.75% | 0.11% | - |
| HSV(B) | 100.47º | 0.86% | 0.2% | - |
| XYZ | 1.49 | 2.46 | 0.6 | - |
| YUV | 36.43 | 111.39 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 7 | 0.58 | 0 | 0.86 | 0.80 | 100.47 | 0.75 | 0.11 |
| Hex | 15 | 32 | 7 | 3A | 0 | 56 | 50 | 64 | 4B | B |
| Octal | 25 | 62 | 7 | 72 | 0 | 126 | 120 | 144 | 113 | 13 |
| Binary | 10101 | 110010 | 111 | 111010 | 0 | 1010110 | 1010000 | 1100100 | 1001011 | 1011 |
Color Harmonies of #153207
Complementary color
Monochromatic Colors of #153207
Black with #153207
Text Example
Text Example
White with #153207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153207; }
p { color: rgb(21,50,7); }
H1.HeaderClassName
{
color: #153207;
}
.AnyTagClassName
{
color: #153207;
}
</style>
background-color css
<style>
a { background-color: #153207; }
a { background-color: rgb(21,50,7); }
div.DivClassName
{
background-color: #153207;
}
.BgClassName
{
background-color: #153207;
}
</style>
border-color css
<style>
span { border-color: #153207; }
span { border-color: rgb(21,50,7); }
td.TdClassName
{
border-color: #153207;
}
.TagClassName
{
border-color: #153207;
}
</style>