Shades of Myrtle #245026
Tints of Myrtle #245026
RGB
CMYK
RGB Variations
Color information
#245026 (or 0x245026) is known color: Myrtle. HEX triplet: 24, 50 and 26. RGB value is (36,80,38). Sum of RGB (Red+Green+Blue) = 36+80+38=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #245026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245026 is #DBAFD9. Grayscale: #3E3E3E. Windows color (decimal): -14397402 or 2510884. OLE color: 2510884.
HSL color Cylindrical-coordinate representation of color #245026: hue angle of 122.73º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #245026 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 80 | 38 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.69 |
| HSL | 122.73º | 0.38% | 0.23% | - |
| HSV(B) | 122.73º | 0.55% | 0.31% | - |
| XYZ | 3.95 | 6.25 | 2.83 | - |
| YUV | 62.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 38 | 0.55 | 0 | 0.52 | 0.69 | 122.73 | 0.38 | 0.23 |
| Hex | 24 | 50 | 26 | 37 | 0 | 34 | 45 | 7B | 26 | 17 |
| Octal | 44 | 120 | 46 | 67 | 0 | 64 | 105 | 173 | 46 | 27 |
| Binary | 100100 | 1010000 | 100110 | 110111 | 0 | 110100 | 1000101 | 1111011 | 100110 | 10111 |
Color Harmonies of #245026
Complementary color
Monochromatic Colors of #245026
Black with #245026
Text Example
Text Example
White with #245026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245026; }
p { color: rgb(36,80,38); }
H1.HeaderClassName
{
color: #245026;
}
.AnyTagClassName
{
color: #245026;
}
</style>
background-color css
<style>
a { background-color: #245026; }
a { background-color: rgb(36,80,38); }
div.DivClassName
{
background-color: #245026;
}
.BgClassName
{
background-color: #245026;
}
</style>
border-color css
<style>
span { border-color: #245026; }
span { border-color: rgb(36,80,38); }
td.TdClassName
{
border-color: #245026;
}
.TagClassName
{
border-color: #245026;
}
</style>