Shades of Eden #245C5A
Tints of Eden #245C5A
RGB
CMYK
RGB Variations
Color information
#245C5A (or 0x245C5A) is known color: Eden. HEX triplet: 24, 5C and 5A. RGB value is (36,92,90). Sum of RGB (Red+Green+Blue) = 36+92+90=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 92 - color contains mainly: green. Hex color #245C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C5A is #DBA3A5. Grayscale: #4A4A4A. Windows color (decimal): -14394278 or 5921828. OLE color: 5921828.
HSL color Cylindrical-coordinate representation of color #245C5A: hue angle of 177.86º 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 #245C5A is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 90 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.64 |
| HSL | 177.86º | 0.44% | 0.25% | - |
| HSV(B) | 177.86º | 0.61% | 0.36% | - |
| XYZ | 6.4 | 8.77 | 11.03 | - |
| YUV | 75.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 90 | 0.61 | 0 | 0.02 | 0.64 | 177.86 | 0.44 | 0.25 |
| Hex | 24 | 5C | 5A | 3D | 0 | 2 | 40 | B2 | 2C | 19 |
| Octal | 44 | 134 | 132 | 75 | 0 | 2 | 100 | 262 | 54 | 31 |
| Binary | 100100 | 1011100 | 1011010 | 111101 | 0 | 10 | 1000000 | 10110010 | 101100 | 11001 |
Color Harmonies of #245C5A
Complementary color
Monochromatic Colors of #245C5A
Black with #245C5A
Text Example
Text Example
White with #245C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C5A; }
p { color: rgb(36,92,90); }
H1.HeaderClassName
{
color: #245C5A;
}
.AnyTagClassName
{
color: #245C5A;
}
</style>
background-color css
<style>
a { background-color: #245C5A; }
a { background-color: rgb(36,92,90); }
div.DivClassName
{
background-color: #245C5A;
}
.BgClassName
{
background-color: #245C5A;
}
</style>
border-color css
<style>
span { border-color: #245C5A; }
span { border-color: rgb(36,92,90); }
td.TdClassName
{
border-color: #245C5A;
}
.TagClassName
{
border-color: #245C5A;
}
</style>