Shades of Eden #245F56
Tints of Eden #245F56
RGB
CMYK
RGB Variations
Color information
#245F56 (or 0x245F56) is known color: Eden. HEX triplet: 24, 5F and 56. RGB value is (36,95,86). Sum of RGB (Red+Green+Blue) = 36+95+86=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 95 - color contains mainly: green. Hex color #245F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F56 is #DBA0A9. Grayscale: #4C4C4C. Windows color (decimal): -14393514 or 5660452. OLE color: 5660452.
HSL color Cylindrical-coordinate representation of color #245F56: hue angle of 170.85º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F56 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 86 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.63 |
| HSL | 170.85º | 0.45% | 0.26% | - |
| HSV(B) | 170.85º | 0.62% | 0.37% | - |
| XYZ | 6.5 | 9.23 | 10.24 | - |
| YUV | 76.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 86 | 0.62 | 0 | 0.09 | 0.63 | 170.85 | 0.45 | 0.26 |
| Hex | 24 | 5F | 56 | 3E | 0 | 9 | 3F | AB | 2D | 1A |
| Octal | 44 | 137 | 126 | 76 | 0 | 11 | 77 | 253 | 55 | 32 |
| Binary | 100100 | 1011111 | 1010110 | 111110 | 0 | 1001 | 111111 | 10101011 | 101101 | 11010 |
Color Harmonies of #245F56
Complementary color
Monochromatic Colors of #245F56
Black with #245F56
Text Example
Text Example
White with #245F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F56; }
p { color: rgb(36,95,86); }
H1.HeaderClassName
{
color: #245F56;
}
.AnyTagClassName
{
color: #245F56;
}
</style>
background-color css
<style>
a { background-color: #245F56; }
a { background-color: rgb(36,95,86); }
div.DivClassName
{
background-color: #245F56;
}
.BgClassName
{
background-color: #245F56;
}
</style>
border-color css
<style>
span { border-color: #245F56; }
span { border-color: rgb(36,95,86); }
td.TdClassName
{
border-color: #245F56;
}
.TagClassName
{
border-color: #245F56;
}
</style>