Shades of Myrtle #245508
Tints of Myrtle #245508
RGB
CMYK
RGB Variations
Color information
#245508 (or 0x245508) is known color: Myrtle. HEX triplet: 24, 55 and 08. RGB value is (36,85,8). Sum of RGB (Red+Green+Blue) = 36+85+8=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #245508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245508 is #DBAAF7. Grayscale: #3D3D3D. Windows color (decimal): -14396152 or 546084. OLE color: 546084.
HSL color Cylindrical-coordinate representation of color #245508: hue angle of 98.18º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #245508 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 8 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.67 |
| HSL | 98.18º | 0.83% | 0.18% | - |
| HSV(B) | 98.18º | 0.91% | 0.33% | - |
| XYZ | 4.02 | 6.89 | 1.35 | - |
| YUV | 61.57 | 97.77 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 8 | 0.58 | 0 | 0.91 | 0.67 | 98.18 | 0.83 | 0.18 |
| Hex | 24 | 55 | 8 | 3A | 0 | 5B | 43 | 62 | 53 | 12 |
| Octal | 44 | 125 | 10 | 72 | 0 | 133 | 103 | 142 | 123 | 22 |
| Binary | 100100 | 1010101 | 1000 | 111010 | 0 | 1011011 | 1000011 | 1100010 | 1010011 | 10010 |
Color Harmonies of #245508
Complementary color
Monochromatic Colors of #245508
Black with #245508
Text Example
Text Example
White with #245508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245508; }
p { color: rgb(36,85,8); }
H1.HeaderClassName
{
color: #245508;
}
.AnyTagClassName
{
color: #245508;
}
</style>
background-color css
<style>
a { background-color: #245508; }
a { background-color: rgb(36,85,8); }
div.DivClassName
{
background-color: #245508;
}
.BgClassName
{
background-color: #245508;
}
</style>
border-color css
<style>
span { border-color: #245508; }
span { border-color: rgb(36,85,8); }
td.TdClassName
{
border-color: #245508;
}
.TagClassName
{
border-color: #245508;
}
</style>