Shades of Myrtle #245F04
Tints of Myrtle #245F04
RGB
CMYK
RGB Variations
Color information
#245F04 (or 0x245F04) is known color: Myrtle. HEX triplet: 24, 5F and 04. RGB value is (36,95,4). Sum of RGB (Red+Green+Blue) = 36+95+4=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 95 (37.5% from 255 or 70.37% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 95 - color contains mainly: green. Hex color #245F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245F04 is #DBA0FB. Grayscale: #434343. Windows color (decimal): -14393596 or 286500. OLE color: 286500.
HSL color Cylindrical-coordinate representation of color #245F04: hue angle of 98.9º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #245F04 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 4 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.63 |
| HSL | 98.9º | 0.92% | 0.19% | - |
| HSV(B) | 98.9º | 0.96% | 0.37% | - |
| XYZ | 4.84 | 8.57 | 1.51 | - |
| YUV | 66.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 4 | 0.62 | 0 | 0.96 | 0.63 | 98.9 | 0.92 | 0.19 |
| Hex | 24 | 5F | 4 | 3E | 0 | 60 | 3F | 63 | 5C | 13 |
| Octal | 44 | 137 | 4 | 76 | 0 | 140 | 77 | 143 | 134 | 23 |
| Binary | 100100 | 1011111 | 100 | 111110 | 0 | 1100000 | 111111 | 1100011 | 1011100 | 10011 |
Color Harmonies of #245F04
Complementary color
Monochromatic Colors of #245F04
Black with #245F04
Text Example
Text Example
White with #245F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F04; }
p { color: rgb(36,95,4); }
H1.HeaderClassName
{
color: #245F04;
}
.AnyTagClassName
{
color: #245F04;
}
</style>
background-color css
<style>
a { background-color: #245F04; }
a { background-color: rgb(36,95,4); }
div.DivClassName
{
background-color: #245F04;
}
.BgClassName
{
background-color: #245F04;
}
</style>
border-color css
<style>
span { border-color: #245F04; }
span { border-color: rgb(36,95,4); }
td.TdClassName
{
border-color: #245F04;
}
.TagClassName
{
border-color: #245F04;
}
</style>