Shades of Eden #245C55
Tints of Eden #245C55
RGB
CMYK
RGB Variations
Color information
#245C55 (or 0x245C55) is known color: Eden. HEX triplet: 24, 5C and 55. RGB value is (36,92,85). Sum of RGB (Red+Green+Blue) = 36+92+85=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #245C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C55 is #DBA3AA. Grayscale: #4A4A4A. Windows color (decimal): -14394283 or 5594148. OLE color: 5594148.
HSL color Cylindrical-coordinate representation of color #245C55: hue angle of 172.5º 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 #245C55 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 85 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.64 |
| HSL | 172.5º | 0.44% | 0.25% | - |
| HSV(B) | 172.5º | 0.61% | 0.36% | - |
| XYZ | 6.19 | 8.69 | 9.94 | - |
| YUV | 74.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 85 | 0.61 | 0 | 0.08 | 0.64 | 172.5 | 0.44 | 0.25 |
| Hex | 24 | 5C | 55 | 3D | 0 | 8 | 40 | AC | 2C | 19 |
| Octal | 44 | 134 | 125 | 75 | 0 | 10 | 100 | 254 | 54 | 31 |
| Binary | 100100 | 1011100 | 1010101 | 111101 | 0 | 1000 | 1000000 | 10101100 | 101100 | 11001 |
Color Harmonies of #245C55
Complementary color
Monochromatic Colors of #245C55
Black with #245C55
Text Example
Text Example
White with #245C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C55; }
p { color: rgb(36,92,85); }
H1.HeaderClassName
{
color: #245C55;
}
.AnyTagClassName
{
color: #245C55;
}
</style>
background-color css
<style>
a { background-color: #245C55; }
a { background-color: rgb(36,92,85); }
div.DivClassName
{
background-color: #245C55;
}
.BgClassName
{
background-color: #245C55;
}
</style>
border-color css
<style>
span { border-color: #245C55; }
span { border-color: rgb(36,92,85); }
td.TdClassName
{
border-color: #245C55;
}
.TagClassName
{
border-color: #245C55;
}
</style>