Shades of Myrtle #154A10
Tints of Myrtle #154A10
RGB
CMYK
RGB Variations
Color information
#154A10 (or 0x154A10) is known color: Myrtle. HEX triplet: 15, 4A and 10. RGB value is (21,74,16). Sum of RGB (Red+Green+Blue) = 21+74+16=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 74 (29.30% from 255 or 66.67% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 74 - color contains mainly: green. Hex color #154A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #154A10 is #EAB5EF. Grayscale: #333333. Windows color (decimal): -15382000 or 1067541. OLE color: 1067541.
HSL color Cylindrical-coordinate representation of color #154A10: hue angle of 114.83º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154A10 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 74 | 16 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.71 |
| HSL | 114.83º | 0.64% | 0.18% | - |
| HSV(B) | 114.83º | 0.78% | 0.29% | - |
| XYZ | 2.85 | 5.09 | 1.32 | - |
| YUV | 51.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 16 | 0.72 | 0 | 0.78 | 0.71 | 114.83 | 0.64 | 0.18 |
| Hex | 15 | 4A | 10 | 48 | 0 | 4E | 47 | 73 | 40 | 12 |
| Octal | 25 | 112 | 20 | 110 | 0 | 116 | 107 | 163 | 100 | 22 |
| Binary | 10101 | 1001010 | 10000 | 1001000 | 0 | 1001110 | 1000111 | 1110011 | 1000000 | 10010 |
Color Harmonies of #154A10
Complementary color
Monochromatic Colors of #154A10
Black with #154A10
Text Example
Text Example
White with #154A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A10; }
p { color: rgb(21,74,16); }
H1.HeaderClassName
{
color: #154A10;
}
.AnyTagClassName
{
color: #154A10;
}
</style>
background-color css
<style>
a { background-color: #154A10; }
a { background-color: rgb(21,74,16); }
div.DivClassName
{
background-color: #154A10;
}
.BgClassName
{
background-color: #154A10;
}
</style>
border-color css
<style>
span { border-color: #154A10; }
span { border-color: rgb(21,74,16); }
td.TdClassName
{
border-color: #154A10;
}
.TagClassName
{
border-color: #154A10;
}
</style>