Shades of Myrtle #245B05
Tints of Myrtle #245B05
RGB
CMYK
RGB Variations
Color information
#245B05 (or 0x245B05) is known color: Myrtle. HEX triplet: 24, 5B and 05. RGB value is (36,91,5). Sum of RGB (Red+Green+Blue) = 36+91+5=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 91 (35.94% from 255 or 68.94% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 91 - color contains mainly: green. Hex color #245B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245B05 is #DBA4FA. Grayscale: #414141. Windows color (decimal): -14394619 or 351012. OLE color: 351012.
HSL color Cylindrical-coordinate representation of color #245B05: hue angle of 98.37º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #245B05 is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 91 | 5 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.64 |
| HSL | 98.37º | 0.9% | 0.19% | - |
| HSV(B) | 98.37º | 0.95% | 0.36% | - |
| XYZ | 4.5 | 7.87 | 1.43 | - |
| YUV | 64.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 5 | 0.60 | 0 | 0.95 | 0.64 | 98.37 | 0.9 | 0.19 |
| Hex | 24 | 5B | 5 | 3C | 0 | 5F | 40 | 62 | 5A | 13 |
| Octal | 44 | 133 | 5 | 74 | 0 | 137 | 100 | 142 | 132 | 23 |
| Binary | 100100 | 1011011 | 101 | 111100 | 0 | 1011111 | 1000000 | 1100010 | 1011010 | 10011 |
Color Harmonies of #245B05
Complementary color
Monochromatic Colors of #245B05
Black with #245B05
Text Example
Text Example
White with #245B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B05; }
p { color: rgb(36,91,5); }
H1.HeaderClassName
{
color: #245B05;
}
.AnyTagClassName
{
color: #245B05;
}
</style>
background-color css
<style>
a { background-color: #245B05; }
a { background-color: rgb(36,91,5); }
div.DivClassName
{
background-color: #245B05;
}
.BgClassName
{
background-color: #245B05;
}
</style>
border-color css
<style>
span { border-color: #245B05; }
span { border-color: rgb(36,91,5); }
td.TdClassName
{
border-color: #245B05;
}
.TagClassName
{
border-color: #245B05;
}
</style>