Shades of Eden #31645E
Tints of Eden #31645E
RGB
CMYK
RGB Variations
Color information
#31645E (or 0x31645E) is known color: Eden. HEX triplet: 31, 64 and 5E. RGB value is (49,100,94). Sum of RGB (Red+Green+Blue) = 49+100+94=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 100 - color contains mainly: green. Hex color #31645E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31645E is #CE9BA1. Grayscale: #545454. Windows color (decimal): -13540258 or 6186033. OLE color: 6186033.
HSL color Cylindrical-coordinate representation of color #31645E: hue angle of 172.94º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31645E is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 94 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.61 |
| HSL | 172.94º | 0.34% | 0.29% | - |
| HSV(B) | 172.94º | 0.51% | 0.39% | - |
| XYZ | 7.84 | 10.58 | 12.22 | - |
| YUV | 84.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 94 | 0.51 | 0 | 0.06 | 0.61 | 172.94 | 0.34 | 0.29 |
| Hex | 31 | 64 | 5E | 33 | 0 | 6 | 3D | AD | 22 | 1D |
| Octal | 61 | 144 | 136 | 63 | 0 | 6 | 75 | 255 | 42 | 35 |
| Binary | 110001 | 1100100 | 1011110 | 110011 | 0 | 110 | 111101 | 10101101 | 100010 | 11101 |
Color Harmonies of #31645E
Complementary color
Monochromatic Colors of #31645E
Black with #31645E
Text Example
Text Example
White with #31645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31645E; }
p { color: rgb(49,100,94); }
H1.HeaderClassName
{
color: #31645E;
}
.AnyTagClassName
{
color: #31645E;
}
</style>
background-color css
<style>
a { background-color: #31645E; }
a { background-color: rgb(49,100,94); }
div.DivClassName
{
background-color: #31645E;
}
.BgClassName
{
background-color: #31645E;
}
</style>
border-color css
<style>
span { border-color: #31645E; }
span { border-color: rgb(49,100,94); }
td.TdClassName
{
border-color: #31645E;
}
.TagClassName
{
border-color: #31645E;
}
</style>