Shades of Myrtle #153F14
Tints of Myrtle #153F14
RGB
CMYK
RGB Variations
Color information
#153F14 (or 0x153F14) is known color: Myrtle. HEX triplet: 15, 3F and 14. RGB value is (21,63,20). Sum of RGB (Red+Green+Blue) = 21+63+20=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 63 (25% from 255 or 60.58% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 63 - color contains mainly: green. Hex color #153F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153F14 is #EAC0EB. Grayscale: #2D2D2D. Windows color (decimal): -15384812 or 1326869. OLE color: 1326869.
HSL color Cylindrical-coordinate representation of color #153F14: hue angle of 118.6º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153F14 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 63 | 20 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.75 |
| HSL | 118.6º | 0.52% | 0.16% | - |
| HSV(B) | 118.6º | 0.68% | 0.25% | - |
| XYZ | 2.21 | 3.76 | 1.27 | - |
| YUV | 45.54 | 113.59 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 20 | 0.67 | 0 | 0.68 | 0.75 | 118.6 | 0.52 | 0.16 |
| Hex | 15 | 3F | 14 | 43 | 0 | 44 | 4B | 77 | 34 | 10 |
| Octal | 25 | 77 | 24 | 103 | 0 | 104 | 113 | 167 | 64 | 20 |
| Binary | 10101 | 111111 | 10100 | 1000011 | 0 | 1000100 | 1001011 | 1110111 | 110100 | 10000 |
Color Harmonies of #153F14
Complementary color
Monochromatic Colors of #153F14
Black with #153F14
Text Example
Text Example
White with #153F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F14; }
p { color: rgb(21,63,20); }
H1.HeaderClassName
{
color: #153F14;
}
.AnyTagClassName
{
color: #153F14;
}
</style>
background-color css
<style>
a { background-color: #153F14; }
a { background-color: rgb(21,63,20); }
div.DivClassName
{
background-color: #153F14;
}
.BgClassName
{
background-color: #153F14;
}
</style>
border-color css
<style>
span { border-color: #153F14; }
span { border-color: rgb(21,63,20); }
td.TdClassName
{
border-color: #153F14;
}
.TagClassName
{
border-color: #153F14;
}
</style>