Shades of Myrtle #245126
Tints of Myrtle #245126
RGB
CMYK
RGB Variations
Color information
#245126 (or 0x245126) is known color: Myrtle. HEX triplet: 24, 51 and 26. RGB value is (36,81,38). Sum of RGB (Red+Green+Blue) = 36+81+38=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #245126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245126 is #DBAED9. Grayscale: #3E3E3E. Windows color (decimal): -14397146 or 2511140. OLE color: 2511140.
HSL color Cylindrical-coordinate representation of color #245126: hue angle of 122.67º 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 #245126 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 81 | 38 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.68 |
| HSL | 122.67º | 0.38% | 0.23% | - |
| HSV(B) | 122.67º | 0.56% | 0.32% | - |
| XYZ | 4.02 | 6.4 | 2.86 | - |
| YUV | 62.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 38 | 0.56 | 0 | 0.53 | 0.68 | 122.67 | 0.38 | 0.23 |
| Hex | 24 | 51 | 26 | 38 | 0 | 35 | 44 | 7B | 26 | 17 |
| Octal | 44 | 121 | 46 | 70 | 0 | 65 | 104 | 173 | 46 | 27 |
| Binary | 100100 | 1010001 | 100110 | 111000 | 0 | 110101 | 1000100 | 1111011 | 100110 | 10111 |
Color Harmonies of #245126
Complementary color
Monochromatic Colors of #245126
Black with #245126
Text Example
Text Example
White with #245126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245126; }
p { color: rgb(36,81,38); }
H1.HeaderClassName
{
color: #245126;
}
.AnyTagClassName
{
color: #245126;
}
</style>
background-color css
<style>
a { background-color: #245126; }
a { background-color: rgb(36,81,38); }
div.DivClassName
{
background-color: #245126;
}
.BgClassName
{
background-color: #245126;
}
</style>
border-color css
<style>
span { border-color: #245126; }
span { border-color: rgb(36,81,38); }
td.TdClassName
{
border-color: #245126;
}
.TagClassName
{
border-color: #245126;
}
</style>