Shades of Myrtle #153D14
Tints of Myrtle #153D14
RGB
CMYK
RGB Variations
Color information
#153D14 (or 0x153D14) is known color: Myrtle. HEX triplet: 15, 3D and 14. RGB value is (21,61,20). Sum of RGB (Red+Green+Blue) = 21+61+20=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 61 (24.22% from 255 or 59.80% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 61 - color contains mainly: green. Hex color #153D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153D14 is #EAC2EB. Grayscale: #2C2C2C. Windows color (decimal): -15385324 or 1326357. OLE color: 1326357.
HSL color Cylindrical-coordinate representation of color #153D14: hue angle of 118.54º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153D14 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 61 | 20 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.76 |
| HSL | 118.54º | 0.51% | 0.16% | - |
| HSV(B) | 118.54º | 0.67% | 0.24% | - |
| XYZ | 2.1 | 3.55 | 1.24 | - |
| YUV | 44.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 20 | 0.66 | 0 | 0.67 | 0.76 | 118.54 | 0.51 | 0.16 |
| Hex | 15 | 3D | 14 | 42 | 0 | 43 | 4C | 77 | 33 | 10 |
| Octal | 25 | 75 | 24 | 102 | 0 | 103 | 114 | 167 | 63 | 20 |
| Binary | 10101 | 111101 | 10100 | 1000010 | 0 | 1000011 | 1001100 | 1110111 | 110011 | 10000 |
Color Harmonies of #153D14
Complementary color
Monochromatic Colors of #153D14
Black with #153D14
Text Example
Text Example
White with #153D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D14; }
p { color: rgb(21,61,20); }
H1.HeaderClassName
{
color: #153D14;
}
.AnyTagClassName
{
color: #153D14;
}
</style>
background-color css
<style>
a { background-color: #153D14; }
a { background-color: rgb(21,61,20); }
div.DivClassName
{
background-color: #153D14;
}
.BgClassName
{
background-color: #153D14;
}
</style>
border-color css
<style>
span { border-color: #153D14; }
span { border-color: rgb(21,61,20); }
td.TdClassName
{
border-color: #153D14;
}
.TagClassName
{
border-color: #153D14;
}
</style>