Shades of Myrtle #245A16
Tints of Myrtle #245A16
RGB
CMYK
RGB Variations
Color information
#245A16 (or 0x245A16) is known color: Myrtle. HEX triplet: 24, 5A and 16. RGB value is (36,90,22). Sum of RGB (Red+Green+Blue) = 36+90+22=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #245A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245A16 is #DBA5E9. Grayscale: #424242. Windows color (decimal): -14394858 or 1464868. OLE color: 1464868.
HSL color Cylindrical-coordinate representation of color #245A16: hue angle of 107.65º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245A16 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 22 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.65 |
| HSL | 107.65º | 0.61% | 0.22% | - |
| HSV(B) | 107.65º | 0.76% | 0.35% | - |
| XYZ | 4.53 | 7.75 | 2.02 | - |
| YUV | 66.1 | 103.11 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 22 | 0.60 | 0 | 0.76 | 0.65 | 107.65 | 0.61 | 0.22 |
| Hex | 24 | 5A | 16 | 3C | 0 | 4C | 41 | 6C | 3D | 16 |
| Octal | 44 | 132 | 26 | 74 | 0 | 114 | 101 | 154 | 75 | 26 |
| Binary | 100100 | 1011010 | 10110 | 111100 | 0 | 1001100 | 1000001 | 1101100 | 111101 | 10110 |
Color Harmonies of #245A16
Complementary color
Monochromatic Colors of #245A16
Black with #245A16
Text Example
Text Example
White with #245A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A16; }
p { color: rgb(36,90,22); }
H1.HeaderClassName
{
color: #245A16;
}
.AnyTagClassName
{
color: #245A16;
}
</style>
background-color css
<style>
a { background-color: #245A16; }
a { background-color: rgb(36,90,22); }
div.DivClassName
{
background-color: #245A16;
}
.BgClassName
{
background-color: #245A16;
}
</style>
border-color css
<style>
span { border-color: #245A16; }
span { border-color: rgb(36,90,22); }
td.TdClassName
{
border-color: #245A16;
}
.TagClassName
{
border-color: #245A16;
}
</style>