Shades of Myrtle #245E12
Tints of Myrtle #245E12
RGB
CMYK
RGB Variations
Color information
#245E12 (or 0x245E12) is known color: Myrtle. HEX triplet: 24, 5E and 12. RGB value is (36,94,18). Sum of RGB (Red+Green+Blue) = 36+94+18=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 94 (37.11% from 255 or 63.51% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 94 - color contains mainly: green. Hex color #245E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245E12 is #DBA1ED. Grayscale: #444444. Windows color (decimal): -14393838 or 1203748. OLE color: 1203748.
HSL color Cylindrical-coordinate representation of color #245E12: hue angle of 105.79º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245E12 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 94 | 18 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.63 |
| HSL | 105.79º | 0.68% | 0.22% | - |
| HSV(B) | 105.79º | 0.81% | 0.37% | - |
| XYZ | 4.84 | 8.42 | 1.94 | - |
| YUV | 67.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 18 | 0.62 | 0 | 0.81 | 0.63 | 105.79 | 0.68 | 0.22 |
| Hex | 24 | 5E | 12 | 3E | 0 | 51 | 3F | 6A | 44 | 16 |
| Octal | 44 | 136 | 22 | 76 | 0 | 121 | 77 | 152 | 104 | 26 |
| Binary | 100100 | 1011110 | 10010 | 111110 | 0 | 1010001 | 111111 | 1101010 | 1000100 | 10110 |
Color Harmonies of #245E12
Complementary color
Monochromatic Colors of #245E12
Black with #245E12
Text Example
Text Example
White with #245E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E12; }
p { color: rgb(36,94,18); }
H1.HeaderClassName
{
color: #245E12;
}
.AnyTagClassName
{
color: #245E12;
}
</style>
background-color css
<style>
a { background-color: #245E12; }
a { background-color: rgb(36,94,18); }
div.DivClassName
{
background-color: #245E12;
}
.BgClassName
{
background-color: #245E12;
}
</style>
border-color css
<style>
span { border-color: #245E12; }
span { border-color: rgb(36,94,18); }
td.TdClassName
{
border-color: #245E12;
}
.TagClassName
{
border-color: #245E12;
}
</style>