Shades of Myrtle #245509
Tints of Myrtle #245509
RGB
CMYK
RGB Variations
Color information
#245509 (or 0x245509) is known color: Myrtle. HEX triplet: 24, 55 and 09. RGB value is (36,85,9). Sum of RGB (Red+Green+Blue) = 36+85+9=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #245509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245509 is #DBAAF6. Grayscale: #3D3D3D. Windows color (decimal): -14396151 or 611620. OLE color: 611620.
HSL color Cylindrical-coordinate representation of color #245509: hue angle of 98.68º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #245509 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 9 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.67 |
| HSL | 98.68º | 0.81% | 0.18% | - |
| HSV(B) | 98.68º | 0.89% | 0.33% | - |
| XYZ | 4.03 | 6.89 | 1.38 | - |
| YUV | 61.69 | 98.27 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 9 | 0.58 | 0 | 0.89 | 0.67 | 98.68 | 0.81 | 0.18 |
| Hex | 24 | 55 | 9 | 3A | 0 | 59 | 43 | 63 | 51 | 12 |
| Octal | 44 | 125 | 11 | 72 | 0 | 131 | 103 | 143 | 121 | 22 |
| Binary | 100100 | 1010101 | 1001 | 111010 | 0 | 1011001 | 1000011 | 1100011 | 1010001 | 10010 |
Color Harmonies of #245509
Complementary color
Monochromatic Colors of #245509
Black with #245509
Text Example
Text Example
White with #245509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245509; }
p { color: rgb(36,85,9); }
H1.HeaderClassName
{
color: #245509;
}
.AnyTagClassName
{
color: #245509;
}
</style>
background-color css
<style>
a { background-color: #245509; }
a { background-color: rgb(36,85,9); }
div.DivClassName
{
background-color: #245509;
}
.BgClassName
{
background-color: #245509;
}
</style>
border-color css
<style>
span { border-color: #245509; }
span { border-color: rgb(36,85,9); }
td.TdClassName
{
border-color: #245509;
}
.TagClassName
{
border-color: #245509;
}
</style>