Shades of Eden #245F52
Tints of Eden #245F52
RGB
CMYK
RGB Variations
Color information
#245F52 (or 0x245F52) is known color: Eden. HEX triplet: 24, 5F and 52. RGB value is (36,95,82). Sum of RGB (Red+Green+Blue) = 36+95+82=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #245F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F52 is #DBA0AD. Grayscale: #4B4B4B. Windows color (decimal): -14393518 or 5398308. OLE color: 5398308.
HSL color Cylindrical-coordinate representation of color #245F52: hue angle of 166.78º 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 #245F52 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 82 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.63 |
| HSL | 166.78º | 0.45% | 0.26% | - |
| HSV(B) | 166.78º | 0.62% | 0.37% | - |
| XYZ | 6.34 | 9.17 | 9.42 | - |
| YUV | 75.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 82 | 0.62 | 0 | 0.14 | 0.63 | 166.78 | 0.45 | 0.26 |
| Hex | 24 | 5F | 52 | 3E | 0 | E | 3F | A7 | 2D | 1A |
| Octal | 44 | 137 | 122 | 76 | 0 | 16 | 77 | 247 | 55 | 32 |
| Binary | 100100 | 1011111 | 1010010 | 111110 | 0 | 1110 | 111111 | 10100111 | 101101 | 11010 |
Color Harmonies of #245F52
Complementary color
Monochromatic Colors of #245F52
Black with #245F52
Text Example
Text Example
White with #245F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F52; }
p { color: rgb(36,95,82); }
H1.HeaderClassName
{
color: #245F52;
}
.AnyTagClassName
{
color: #245F52;
}
</style>
background-color css
<style>
a { background-color: #245F52; }
a { background-color: rgb(36,95,82); }
div.DivClassName
{
background-color: #245F52;
}
.BgClassName
{
background-color: #245F52;
}
</style>
border-color css
<style>
span { border-color: #245F52; }
span { border-color: rgb(36,95,82); }
td.TdClassName
{
border-color: #245F52;
}
.TagClassName
{
border-color: #245F52;
}
</style>