Shades of Myrtle #245127
Tints of Myrtle #245127
RGB
CMYK
RGB Variations
Color information
#245127 (or 0x245127) is known color: Myrtle. HEX triplet: 24, 51 and 27. RGB value is (36,81,39). Sum of RGB (Red+Green+Blue) = 36+81+39=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #245127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245127 is #DBAED8. Grayscale: #3E3E3E. Windows color (decimal): -14397145 or 2576676. OLE color: 2576676.
HSL color Cylindrical-coordinate representation of color #245127: hue angle of 124º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245127 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 81 | 39 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.68 |
| HSL | 124º | 0.38% | 0.23% | - |
| HSV(B) | 124º | 0.56% | 0.32% | - |
| XYZ | 4.04 | 6.41 | 2.94 | - |
| YUV | 62.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 39 | 0.56 | 0 | 0.52 | 0.68 | 124 | 0.38 | 0.23 |
| Hex | 24 | 51 | 27 | 38 | 0 | 34 | 44 | 7C | 26 | 17 |
| Octal | 44 | 121 | 47 | 70 | 0 | 64 | 104 | 174 | 46 | 27 |
| Binary | 100100 | 1010001 | 100111 | 111000 | 0 | 110100 | 1000100 | 1111100 | 100110 | 10111 |
Color Harmonies of #245127
Complementary color
Monochromatic Colors of #245127
Black with #245127
Text Example
Text Example
White with #245127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245127; }
p { color: rgb(36,81,39); }
H1.HeaderClassName
{
color: #245127;
}
.AnyTagClassName
{
color: #245127;
}
</style>
background-color css
<style>
a { background-color: #245127; }
a { background-color: rgb(36,81,39); }
div.DivClassName
{
background-color: #245127;
}
.BgClassName
{
background-color: #245127;
}
</style>
border-color css
<style>
span { border-color: #245127; }
span { border-color: rgb(36,81,39); }
td.TdClassName
{
border-color: #245127;
}
.TagClassName
{
border-color: #245127;
}
</style>