Shades of Myrtle #245808
Tints of Myrtle #245808
RGB
CMYK
RGB Variations
Color information
#245808 (or 0x245808) is known color: Myrtle. HEX triplet: 24, 58 and 08. RGB value is (36,88,8). Sum of RGB (Red+Green+Blue) = 36+88+8=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 88 (34.77% from 255 or 66.67% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 88 - color contains mainly: green. Hex color #245808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245808 is #DBA7F7. Grayscale: #3F3F3F. Windows color (decimal): -14395384 or 546852. OLE color: 546852.
HSL color Cylindrical-coordinate representation of color #245808: hue angle of 99º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #245808 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 88 | 8 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.65 |
| HSL | 99º | 0.83% | 0.19% | - |
| HSV(B) | 99º | 0.91% | 0.35% | - |
| XYZ | 4.26 | 7.37 | 1.43 | - |
| YUV | 63.33 | 96.77 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 8 | 0.59 | 0 | 0.91 | 0.65 | 99 | 0.83 | 0.19 |
| Hex | 24 | 58 | 8 | 3B | 0 | 5B | 41 | 63 | 53 | 13 |
| Octal | 44 | 130 | 10 | 73 | 0 | 133 | 101 | 143 | 123 | 23 |
| Binary | 100100 | 1011000 | 1000 | 111011 | 0 | 1011011 | 1000001 | 1100011 | 1010011 | 10011 |
Color Harmonies of #245808
Complementary color
Monochromatic Colors of #245808
Black with #245808
Text Example
Text Example
White with #245808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245808; }
p { color: rgb(36,88,8); }
H1.HeaderClassName
{
color: #245808;
}
.AnyTagClassName
{
color: #245808;
}
</style>
background-color css
<style>
a { background-color: #245808; }
a { background-color: rgb(36,88,8); }
div.DivClassName
{
background-color: #245808;
}
.BgClassName
{
background-color: #245808;
}
</style>
border-color css
<style>
span { border-color: #245808; }
span { border-color: rgb(36,88,8); }
td.TdClassName
{
border-color: #245808;
}
.TagClassName
{
border-color: #245808;
}
</style>