Shades of Myrtle #245506
Tints of Myrtle #245506
RGB
CMYK
RGB Variations
Color information
#245506 (or 0x245506) is known color: Myrtle. HEX triplet: 24, 55 and 06. RGB value is (36,85,6). Sum of RGB (Red+Green+Blue) = 36+85+6=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #245506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245506 is #DBAAF9. Grayscale: #3D3D3D. Windows color (decimal): -14396154 or 415012. OLE color: 415012.
HSL color Cylindrical-coordinate representation of color #245506: hue angle of 97.22º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #245506 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 6 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.67 |
| HSL | 97.22º | 0.87% | 0.18% | - |
| HSV(B) | 97.22º | 0.93% | 0.33% | - |
| XYZ | 4.01 | 6.89 | 1.29 | - |
| YUV | 61.34 | 96.77 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 6 | 0.58 | 0 | 0.93 | 0.67 | 97.22 | 0.87 | 0.18 |
| Hex | 24 | 55 | 6 | 3A | 0 | 5D | 43 | 61 | 57 | 12 |
| Octal | 44 | 125 | 6 | 72 | 0 | 135 | 103 | 141 | 127 | 22 |
| Binary | 100100 | 1010101 | 110 | 111010 | 0 | 1011101 | 1000011 | 1100001 | 1010111 | 10010 |
Color Harmonies of #245506
Complementary color
Monochromatic Colors of #245506
Black with #245506
Text Example
Text Example
White with #245506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245506; }
p { color: rgb(36,85,6); }
H1.HeaderClassName
{
color: #245506;
}
.AnyTagClassName
{
color: #245506;
}
</style>
background-color css
<style>
a { background-color: #245506; }
a { background-color: rgb(36,85,6); }
div.DivClassName
{
background-color: #245506;
}
.BgClassName
{
background-color: #245506;
}
</style>
border-color css
<style>
span { border-color: #245506; }
span { border-color: rgb(36,85,6); }
td.TdClassName
{
border-color: #245506;
}
.TagClassName
{
border-color: #245506;
}
</style>