Shades of Myrtle #153500
Tints of Myrtle #153500
RGB
CMYK
RGB Variations
Color information
#153500 (or 0x153500) is known color: Myrtle. HEX triplet: 15, 35 and 00. RGB value is (21,53,0). Sum of RGB (Red+Green+Blue) = 21+53+0=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 53 (21.09% from 255 or 71.62% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 53 - color contains mainly: green. Hex color #153500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153500 is #EACAFF. Grayscale: #252525. Windows color (decimal): -15387392 or 13589. OLE color: 13589.
HSL color Cylindrical-coordinate representation of color #153500: hue angle of 96.23º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #153500 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 53 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.79 |
| HSL | 96.23º | 1% | 0.1% | - |
| HSV(B) | 96.23º | 1% | 0.21% | - |
| XYZ | 1.58 | 2.71 | 0.44 | - |
| YUV | 37.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 0 | 0.60 | 0 | 1 | 0.79 | 96.23 | 1 | 0.1 |
| Hex | 15 | 35 | 0 | 3C | 0 | 64 | 4F | 60 | 64 | A |
| Octal | 25 | 65 | 0 | 74 | 0 | 144 | 117 | 140 | 144 | 12 |
| Binary | 10101 | 110101 | 0 | 111100 | 0 | 1100100 | 1001111 | 1100000 | 1100100 | 1010 |
Color Harmonies of #153500
Complementary color
Monochromatic Colors of #153500
Black with #153500
Text Example
Text Example
White with #153500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153500; }
p { color: rgb(21,53,0); }
H1.HeaderClassName
{
color: #153500;
}
.AnyTagClassName
{
color: #153500;
}
</style>
background-color css
<style>
a { background-color: #153500; }
a { background-color: rgb(21,53,0); }
div.DivClassName
{
background-color: #153500;
}
.BgClassName
{
background-color: #153500;
}
</style>
border-color css
<style>
span { border-color: #153500; }
span { border-color: rgb(21,53,0); }
td.TdClassName
{
border-color: #153500;
}
.TagClassName
{
border-color: #153500;
}
</style>