Shades of Eden #31645D
Tints of Eden #31645D
RGB
CMYK
RGB Variations
Color information
#31645D (or 0x31645D) is known color: Eden. HEX triplet: 31, 64 and 5D. RGB value is (49,100,93). Sum of RGB (Red+Green+Blue) = 49+100+93=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 100 - color contains mainly: green. Hex color #31645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31645D is #CE9BA2. Grayscale: #535353. Windows color (decimal): -13540259 or 6120497. OLE color: 6120497.
HSL color Cylindrical-coordinate representation of color #31645D: hue angle of 171.76º 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 #31645D is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 93 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.61 |
| HSL | 171.76º | 0.34% | 0.29% | - |
| HSV(B) | 171.76º | 0.51% | 0.39% | - |
| XYZ | 7.8 | 10.56 | 11.98 | - |
| YUV | 83.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 93 | 0.51 | 0 | 0.07 | 0.61 | 171.76 | 0.34 | 0.29 |
| Hex | 31 | 64 | 5D | 33 | 0 | 7 | 3D | AC | 22 | 1D |
| Octal | 61 | 144 | 135 | 63 | 0 | 7 | 75 | 254 | 42 | 35 |
| Binary | 110001 | 1100100 | 1011101 | 110011 | 0 | 111 | 111101 | 10101100 | 100010 | 11101 |
Color Harmonies of #31645D
Complementary color
Monochromatic Colors of #31645D
Black with #31645D
Text Example
Text Example
White with #31645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31645D; }
p { color: rgb(49,100,93); }
H1.HeaderClassName
{
color: #31645D;
}
.AnyTagClassName
{
color: #31645D;
}
</style>
background-color css
<style>
a { background-color: #31645D; }
a { background-color: rgb(49,100,93); }
div.DivClassName
{
background-color: #31645D;
}
.BgClassName
{
background-color: #31645D;
}
</style>
border-color css
<style>
span { border-color: #31645D; }
span { border-color: rgb(49,100,93); }
td.TdClassName
{
border-color: #31645D;
}
.TagClassName
{
border-color: #31645D;
}
</style>