Shades of Myrtle #245401
Tints of Myrtle #245401
RGB
CMYK
RGB Variations
Color information
#245401 (or 0x245401) is known color: Myrtle. HEX triplet: 24, 54 and 01. RGB value is (36,84,1). Sum of RGB (Red+Green+Blue) = 36+84+1=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #245401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245401 is #DBABFE. Grayscale: #3C3C3C. Windows color (decimal): -14396415 or 87076. OLE color: 87076.
HSL color Cylindrical-coordinate representation of color #245401: hue angle of 94.7º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #245401 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 84 | 1 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.67 |
| HSL | 94.7º | 0.98% | 0.17% | - |
| HSV(B) | 94.7º | 0.99% | 0.33% | - |
| XYZ | 3.9 | 6.72 | 1.12 | - |
| YUV | 60.19 | 94.6 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 1 | 0.57 | 0 | 0.99 | 0.67 | 94.7 | 0.98 | 0.17 |
| Hex | 24 | 54 | 1 | 39 | 0 | 63 | 43 | 5F | 62 | 11 |
| Octal | 44 | 124 | 1 | 71 | 0 | 143 | 103 | 137 | 142 | 21 |
| Binary | 100100 | 1010100 | 1 | 111001 | 0 | 1100011 | 1000011 | 1011111 | 1100010 | 10001 |
Color Harmonies of #245401
Complementary color
Monochromatic Colors of #245401
Black with #245401
Text Example
Text Example
White with #245401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245401; }
p { color: rgb(36,84,1); }
H1.HeaderClassName
{
color: #245401;
}
.AnyTagClassName
{
color: #245401;
}
</style>
background-color css
<style>
a { background-color: #245401; }
a { background-color: rgb(36,84,1); }
div.DivClassName
{
background-color: #245401;
}
.BgClassName
{
background-color: #245401;
}
</style>
border-color css
<style>
span { border-color: #245401; }
span { border-color: rgb(36,84,1); }
td.TdClassName
{
border-color: #245401;
}
.TagClassName
{
border-color: #245401;
}
</style>