Shades of Eden #245A54
Tints of Eden #245A54
RGB
CMYK
RGB Variations
Color information
#245A54 (or 0x245A54) is known color: Eden. HEX triplet: 24, 5A and 54. RGB value is (36,90,84). Sum of RGB (Red+Green+Blue) = 36+90+84=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #245A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A54 is #DBA5AB. Grayscale: #494949. Windows color (decimal): -14394796 or 5528100. OLE color: 5528100.
HSL color Cylindrical-coordinate representation of color #245A54: hue angle of 173.33º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245A54 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 84 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.65 |
| HSL | 173.33º | 0.43% | 0.25% | - |
| HSV(B) | 173.33º | 0.6% | 0.35% | - |
| XYZ | 5.98 | 8.33 | 9.68 | - |
| YUV | 73.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 84 | 0.60 | 0 | 0.07 | 0.65 | 173.33 | 0.43 | 0.25 |
| Hex | 24 | 5A | 54 | 3C | 0 | 7 | 41 | AD | 2B | 19 |
| Octal | 44 | 132 | 124 | 74 | 0 | 7 | 101 | 255 | 53 | 31 |
| Binary | 100100 | 1011010 | 1010100 | 111100 | 0 | 111 | 1000001 | 10101101 | 101011 | 11001 |
Color Harmonies of #245A54
Complementary color
Monochromatic Colors of #245A54
Black with #245A54
Text Example
Text Example
White with #245A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A54; }
p { color: rgb(36,90,84); }
H1.HeaderClassName
{
color: #245A54;
}
.AnyTagClassName
{
color: #245A54;
}
</style>
background-color css
<style>
a { background-color: #245A54; }
a { background-color: rgb(36,90,84); }
div.DivClassName
{
background-color: #245A54;
}
.BgClassName
{
background-color: #245A54;
}
</style>
border-color css
<style>
span { border-color: #245A54; }
span { border-color: rgb(36,90,84); }
td.TdClassName
{
border-color: #245A54;
}
.TagClassName
{
border-color: #245A54;
}
</style>