Shades of Eden #245B53
Tints of Eden #245B53
RGB
CMYK
RGB Variations
Color information
#245B53 (or 0x245B53) is known color: Eden. HEX triplet: 24, 5B and 53. RGB value is (36,91,83). Sum of RGB (Red+Green+Blue) = 36+91+83=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 91 - color contains mainly: green. Hex color #245B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B53 is #DBA4AC. Grayscale: #494949. Windows color (decimal): -14394541 or 5462820. OLE color: 5462820.
HSL color Cylindrical-coordinate representation of color #245B53: hue angle of 171.27º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245B53 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 91 | 83 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.64 |
| HSL | 171.27º | 0.43% | 0.25% | - |
| HSV(B) | 171.27º | 0.6% | 0.36% | - |
| XYZ | 6.03 | 8.48 | 9.5 | - |
| YUV | 73.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 83 | 0.60 | 0 | 0.09 | 0.64 | 171.27 | 0.43 | 0.25 |
| Hex | 24 | 5B | 53 | 3C | 0 | 9 | 40 | AB | 2B | 19 |
| Octal | 44 | 133 | 123 | 74 | 0 | 11 | 100 | 253 | 53 | 31 |
| Binary | 100100 | 1011011 | 1010011 | 111100 | 0 | 1001 | 1000000 | 10101011 | 101011 | 11001 |
Color Harmonies of #245B53
Complementary color
Monochromatic Colors of #245B53
Black with #245B53
Text Example
Text Example
White with #245B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B53; }
p { color: rgb(36,91,83); }
H1.HeaderClassName
{
color: #245B53;
}
.AnyTagClassName
{
color: #245B53;
}
</style>
background-color css
<style>
a { background-color: #245B53; }
a { background-color: rgb(36,91,83); }
div.DivClassName
{
background-color: #245B53;
}
.BgClassName
{
background-color: #245B53;
}
</style>
border-color css
<style>
span { border-color: #245B53; }
span { border-color: rgb(36,91,83); }
td.TdClassName
{
border-color: #245B53;
}
.TagClassName
{
border-color: #245B53;
}
</style>