Shades of Myrtle #245008
Tints of Myrtle #245008
RGB
CMYK
RGB Variations
Color information
#245008 (or 0x245008) is known color: Myrtle. HEX triplet: 24, 50 and 08. RGB value is (36,80,8). Sum of RGB (Red+Green+Blue) = 36+80+8=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #245008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245008 is #DBAFF7. Grayscale: #3A3A3A. Windows color (decimal): -14397432 or 544804. OLE color: 544804.
HSL color Cylindrical-coordinate representation of color #245008: hue angle of 96.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #245008 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 80 | 8 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.69 |
| HSL | 96.67º | 0.82% | 0.17% | - |
| HSV(B) | 96.67º | 0.9% | 0.31% | - |
| XYZ | 3.64 | 6.13 | 1.22 | - |
| YUV | 58.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 8 | 0.55 | 0 | 0.90 | 0.69 | 96.67 | 0.82 | 0.17 |
| Hex | 24 | 50 | 8 | 37 | 0 | 5A | 45 | 61 | 52 | 11 |
| Octal | 44 | 120 | 10 | 67 | 0 | 132 | 105 | 141 | 122 | 21 |
| Binary | 100100 | 1010000 | 1000 | 110111 | 0 | 1011010 | 1000101 | 1100001 | 1010010 | 10001 |
Color Harmonies of #245008
Complementary color
Monochromatic Colors of #245008
Black with #245008
Text Example
Text Example
White with #245008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245008; }
p { color: rgb(36,80,8); }
H1.HeaderClassName
{
color: #245008;
}
.AnyTagClassName
{
color: #245008;
}
</style>
background-color css
<style>
a { background-color: #245008; }
a { background-color: rgb(36,80,8); }
div.DivClassName
{
background-color: #245008;
}
.BgClassName
{
background-color: #245008;
}
</style>
border-color css
<style>
span { border-color: #245008; }
span { border-color: rgb(36,80,8); }
td.TdClassName
{
border-color: #245008;
}
.TagClassName
{
border-color: #245008;
}
</style>