Shades of Eden #245C58
Tints of Eden #245C58
RGB
CMYK
RGB Variations
Color information
#245C58 (or 0x245C58) is known color: Eden. HEX triplet: 24, 5C and 58. RGB value is (36,92,88). Sum of RGB (Red+Green+Blue) = 36+92+88=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #245C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C58 is #DBA3A7. Grayscale: #4A4A4A. Windows color (decimal): -14394280 or 5790756. OLE color: 5790756.
HSL color Cylindrical-coordinate representation of color #245C58: hue angle of 175.71º 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 #245C58 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 88 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.64 |
| HSL | 175.71º | 0.44% | 0.25% | - |
| HSV(B) | 175.71º | 0.61% | 0.36% | - |
| XYZ | 6.32 | 8.73 | 10.59 | - |
| YUV | 74.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 88 | 0.61 | 0 | 0.04 | 0.64 | 175.71 | 0.44 | 0.25 |
| Hex | 24 | 5C | 58 | 3D | 0 | 4 | 40 | B0 | 2C | 19 |
| Octal | 44 | 134 | 130 | 75 | 0 | 4 | 100 | 260 | 54 | 31 |
| Binary | 100100 | 1011100 | 1011000 | 111101 | 0 | 100 | 1000000 | 10110000 | 101100 | 11001 |
Color Harmonies of #245C58
Complementary color
Monochromatic Colors of #245C58
Black with #245C58
Text Example
Text Example
White with #245C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C58; }
p { color: rgb(36,92,88); }
H1.HeaderClassName
{
color: #245C58;
}
.AnyTagClassName
{
color: #245C58;
}
</style>
background-color css
<style>
a { background-color: #245C58; }
a { background-color: rgb(36,92,88); }
div.DivClassName
{
background-color: #245C58;
}
.BgClassName
{
background-color: #245C58;
}
</style>
border-color css
<style>
span { border-color: #245C58; }
span { border-color: rgb(36,92,88); }
td.TdClassName
{
border-color: #245C58;
}
.TagClassName
{
border-color: #245C58;
}
</style>