Shades of Myrtle #154A0A
Tints of Myrtle #154A0A
RGB
CMYK
RGB Variations
Color information
#154A0A (or 0x154A0A) is known color: Myrtle. HEX triplet: 15, 4A and 0A. RGB value is (21,74,10). Sum of RGB (Red+Green+Blue) = 21+74+10=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 74 (29.30% from 255 or 70.48% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 74 - color contains mainly: green. Hex color #154A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #154A0A is #EAB5F5. Grayscale: #333333. Windows color (decimal): -15382006 or 674325. OLE color: 674325.
HSL color Cylindrical-coordinate representation of color #154A0A: hue angle of 109.69º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154A0A is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 74 | 10 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.71 |
| HSL | 109.69º | 0.76% | 0.16% | - |
| HSV(B) | 109.69º | 0.86% | 0.29% | - |
| XYZ | 2.81 | 5.08 | 1.12 | - |
| YUV | 50.86 | 104.94 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 10 | 0.72 | 0 | 0.86 | 0.71 | 109.69 | 0.76 | 0.16 |
| Hex | 15 | 4A | A | 48 | 0 | 56 | 47 | 6E | 4C | 10 |
| Octal | 25 | 112 | 12 | 110 | 0 | 126 | 107 | 156 | 114 | 20 |
| Binary | 10101 | 1001010 | 1010 | 1001000 | 0 | 1010110 | 1000111 | 1101110 | 1001100 | 10000 |
Color Harmonies of #154A0A
Complementary color
Monochromatic Colors of #154A0A
Black with #154A0A
Text Example
Text Example
White with #154A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A0A; }
p { color: rgb(21,74,10); }
H1.HeaderClassName
{
color: #154A0A;
}
.AnyTagClassName
{
color: #154A0A;
}
</style>
background-color css
<style>
a { background-color: #154A0A; }
a { background-color: rgb(21,74,10); }
div.DivClassName
{
background-color: #154A0A;
}
.BgClassName
{
background-color: #154A0A;
}
</style>
border-color css
<style>
span { border-color: #154A0A; }
span { border-color: rgb(21,74,10); }
td.TdClassName
{
border-color: #154A0A;
}
.TagClassName
{
border-color: #154A0A;
}
</style>