Shades of Myrtle #245F00
Tints of Myrtle #245F00
RGB
CMYK
RGB Variations
Color information
#245F00 (or 0x245F00) is known color: Myrtle. HEX triplet: 24, 5F and 00. RGB value is (36,95,0). Sum of RGB (Red+Green+Blue) = 36+95+0=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 95 (37.5% from 255 or 72.52% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 95 - color contains mainly: green. Hex color #245F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245F00 is #DBA0FF. Grayscale: #424242. Windows color (decimal): -14393600 or 24356. OLE color: 24356.
HSL color Cylindrical-coordinate representation of color #245F00: hue angle of 97.26º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #245F00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.63 |
| HSL | 97.26º | 1% | 0.19% | - |
| HSV(B) | 97.26º | 1% | 0.37% | - |
| XYZ | 4.82 | 8.56 | 1.4 | - |
| YUV | 66.53 | 90.45 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 0 | 0.62 | 0 | 1 | 0.63 | 97.26 | 1 | 0.19 |
| Hex | 24 | 5F | 0 | 3E | 0 | 64 | 3F | 61 | 64 | 13 |
| Octal | 44 | 137 | 0 | 76 | 0 | 144 | 77 | 141 | 144 | 23 |
| Binary | 100100 | 1011111 | 0 | 111110 | 0 | 1100100 | 111111 | 1100001 | 1100100 | 10011 |
Color Harmonies of #245F00
Complementary color
Monochromatic Colors of #245F00
Black with #245F00
Text Example
Text Example
White with #245F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F00; }
p { color: rgb(36,95,0); }
H1.HeaderClassName
{
color: #245F00;
}
.AnyTagClassName
{
color: #245F00;
}
</style>
background-color css
<style>
a { background-color: #245F00; }
a { background-color: rgb(36,95,0); }
div.DivClassName
{
background-color: #245F00;
}
.BgClassName
{
background-color: #245F00;
}
</style>
border-color css
<style>
span { border-color: #245F00; }
span { border-color: rgb(36,95,0); }
td.TdClassName
{
border-color: #245F00;
}
.TagClassName
{
border-color: #245F00;
}
</style>