Shades of Eden #246555
Tints of Eden #246555
RGB
CMYK
RGB Variations
Color information
#246555 (or 0x246555) is known color: Eden. HEX triplet: 24, 65 and 55. RGB value is (36,101,85). Sum of RGB (Red+Green+Blue) = 36+101+85=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #246555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246555 is #DB9AAA. Grayscale: #4F4F4F. Windows color (decimal): -14391979 or 5596452. OLE color: 5596452.
HSL color Cylindrical-coordinate representation of color #246555: hue angle of 165.23º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #246555 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 101 | 85 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.60 |
| HSL | 165.23º | 0.47% | 0.27% | - |
| HSV(B) | 165.23º | 0.64% | 0.4% | - |
| XYZ | 7.02 | 10.34 | 10.22 | - |
| YUV | 79.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 85 | 0.64 | 0 | 0.16 | 0.60 | 165.23 | 0.47 | 0.27 |
| Hex | 24 | 65 | 55 | 40 | 0 | 10 | 3C | A5 | 2F | 1B |
| Octal | 44 | 145 | 125 | 100 | 0 | 20 | 74 | 245 | 57 | 33 |
| Binary | 100100 | 1100101 | 1010101 | 1000000 | 0 | 10000 | 111100 | 10100101 | 101111 | 11011 |
Color Harmonies of #246555
Complementary color
Monochromatic Colors of #246555
Black with #246555
Text Example
Text Example
White with #246555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246555; }
p { color: rgb(36,101,85); }
H1.HeaderClassName
{
color: #246555;
}
.AnyTagClassName
{
color: #246555;
}
</style>
background-color css
<style>
a { background-color: #246555; }
a { background-color: rgb(36,101,85); }
div.DivClassName
{
background-color: #246555;
}
.BgClassName
{
background-color: #246555;
}
</style>
border-color css
<style>
span { border-color: #246555; }
span { border-color: rgb(36,101,85); }
td.TdClassName
{
border-color: #246555;
}
.TagClassName
{
border-color: #246555;
}
</style>