Shades of Eden #245D5A
Tints of Eden #245D5A
RGB
CMYK
RGB Variations
Color information
#245D5A (or 0x245D5A) is known color: Eden. HEX triplet: 24, 5D and 5A. RGB value is (36,93,90). Sum of RGB (Red+Green+Blue) = 36+93+90=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 93 - color contains mainly: green. Hex color #245D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D5A is #DBA2A5. Grayscale: #4B4B4B. Windows color (decimal): -14394022 or 5922084. OLE color: 5922084.
HSL color Cylindrical-coordinate representation of color #245D5A: hue angle of 176.84º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245D5A is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 93 | 90 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.64 |
| HSL | 176.84º | 0.44% | 0.25% | - |
| HSV(B) | 176.84º | 0.61% | 0.36% | - |
| XYZ | 6.49 | 8.94 | 11.06 | - |
| YUV | 75.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 90 | 0.61 | 0 | 0.03 | 0.64 | 176.84 | 0.44 | 0.25 |
| Hex | 24 | 5D | 5A | 3D | 0 | 3 | 40 | B1 | 2C | 19 |
| Octal | 44 | 135 | 132 | 75 | 0 | 3 | 100 | 261 | 54 | 31 |
| Binary | 100100 | 1011101 | 1011010 | 111101 | 0 | 11 | 1000000 | 10110001 | 101100 | 11001 |
Color Harmonies of #245D5A
Complementary color
Monochromatic Colors of #245D5A
Black with #245D5A
Text Example
Text Example
White with #245D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D5A; }
p { color: rgb(36,93,90); }
H1.HeaderClassName
{
color: #245D5A;
}
.AnyTagClassName
{
color: #245D5A;
}
</style>
background-color css
<style>
a { background-color: #245D5A; }
a { background-color: rgb(36,93,90); }
div.DivClassName
{
background-color: #245D5A;
}
.BgClassName
{
background-color: #245D5A;
}
</style>
border-color css
<style>
span { border-color: #245D5A; }
span { border-color: rgb(36,93,90); }
td.TdClassName
{
border-color: #245D5A;
}
.TagClassName
{
border-color: #245D5A;
}
</style>