Shades of Myrtle #153C18
Tints of Myrtle #153C18
RGB
CMYK
RGB Variations
Color information
#153C18 (or 0x153C18) is known color: Myrtle. HEX triplet: 15, 3C and 18. RGB value is (21,60,24). Sum of RGB (Red+Green+Blue) = 21+60+24=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 60 (23.83% from 255 or 57.14% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 60 - color contains mainly: green. Hex color #153C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153C18 is #EAC3E7. Grayscale: #2C2C2C. Windows color (decimal): -15385576 or 1588245. OLE color: 1588245.
HSL color Cylindrical-coordinate representation of color #153C18: hue angle of 124.62º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #153C18 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 60 | 24 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.76 |
| HSL | 124.62º | 0.48% | 0.16% | - |
| HSV(B) | 124.62º | 0.65% | 0.24% | - |
| XYZ | 2.09 | 3.46 | 1.42 | - |
| YUV | 44.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 24 | 0.65 | 0 | 0.60 | 0.76 | 124.62 | 0.48 | 0.16 |
| Hex | 15 | 3C | 18 | 41 | 0 | 3C | 4C | 7D | 30 | 10 |
| Octal | 25 | 74 | 30 | 101 | 0 | 74 | 114 | 175 | 60 | 20 |
| Binary | 10101 | 111100 | 11000 | 1000001 | 0 | 111100 | 1001100 | 1111101 | 110000 | 10000 |
Color Harmonies of #153C18
Complementary color
Monochromatic Colors of #153C18
Black with #153C18
Text Example
Text Example
White with #153C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C18; }
p { color: rgb(21,60,24); }
H1.HeaderClassName
{
color: #153C18;
}
.AnyTagClassName
{
color: #153C18;
}
</style>
background-color css
<style>
a { background-color: #153C18; }
a { background-color: rgb(21,60,24); }
div.DivClassName
{
background-color: #153C18;
}
.BgClassName
{
background-color: #153C18;
}
</style>
border-color css
<style>
span { border-color: #153C18; }
span { border-color: rgb(21,60,24); }
td.TdClassName
{
border-color: #153C18;
}
.TagClassName
{
border-color: #153C18;
}
</style>