Shades of Myrtle #245B04
Tints of Myrtle #245B04
RGB
CMYK
RGB Variations
Color information
#245B04 (or 0x245B04) is known color: Myrtle. HEX triplet: 24, 5B and 04. RGB value is (36,91,4). Sum of RGB (Red+Green+Blue) = 36+91+4=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 91 (35.94% from 255 or 69.47% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 91 - color contains mainly: green. Hex color #245B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245B04 is #DBA4FB. Grayscale: #404040. Windows color (decimal): -14394620 or 285476. OLE color: 285476.
HSL color Cylindrical-coordinate representation of color #245B04: hue angle of 97.93º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #245B04 is Cyan = 0.60, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 91 | 4 | - |
| CMYK | 0.60 | 0 | 0.96 | 0.64 |
| HSL | 97.93º | 0.92% | 0.19% | - |
| HSV(B) | 97.93º | 0.96% | 0.36% | - |
| XYZ | 4.49 | 7.87 | 1.4 | - |
| YUV | 64.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 4 | 0.60 | 0 | 0.96 | 0.64 | 97.93 | 0.92 | 0.19 |
| Hex | 24 | 5B | 4 | 3C | 0 | 60 | 40 | 62 | 5C | 13 |
| Octal | 44 | 133 | 4 | 74 | 0 | 140 | 100 | 142 | 134 | 23 |
| Binary | 100100 | 1011011 | 100 | 111100 | 0 | 1100000 | 1000000 | 1100010 | 1011100 | 10011 |
Color Harmonies of #245B04
Complementary color
Monochromatic Colors of #245B04
Black with #245B04
Text Example
Text Example
White with #245B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B04; }
p { color: rgb(36,91,4); }
H1.HeaderClassName
{
color: #245B04;
}
.AnyTagClassName
{
color: #245B04;
}
</style>
background-color css
<style>
a { background-color: #245B04; }
a { background-color: rgb(36,91,4); }
div.DivClassName
{
background-color: #245B04;
}
.BgClassName
{
background-color: #245B04;
}
</style>
border-color css
<style>
span { border-color: #245B04; }
span { border-color: rgb(36,91,4); }
td.TdClassName
{
border-color: #245B04;
}
.TagClassName
{
border-color: #245B04;
}
</style>