Shades of Eden #31675D
Tints of Eden #31675D
RGB
CMYK
RGB Variations
Color information
#31675D (or 0x31675D) is known color: Eden. HEX triplet: 31, 67 and 5D. RGB value is (49,103,93). Sum of RGB (Red+Green+Blue) = 49+103+93=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #31675D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31675D is #CE98A2. Grayscale: #555555. Windows color (decimal): -13539491 or 6121265. OLE color: 6121265.
HSL color Cylindrical-coordinate representation of color #31675D: hue angle of 168.89º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #31675D is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 103 | 93 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.60 |
| HSL | 168.89º | 0.36% | 0.3% | - |
| HSV(B) | 168.89º | 0.52% | 0.4% | - |
| XYZ | 8.09 | 11.14 | 12.08 | - |
| YUV | 85.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 103 | 93 | 0.52 | 0 | 0.10 | 0.60 | 168.89 | 0.36 | 0.3 |
| Hex | 31 | 67 | 5D | 34 | 0 | A | 3C | A9 | 24 | 1E |
| Octal | 61 | 147 | 135 | 64 | 0 | 12 | 74 | 251 | 44 | 36 |
| Binary | 110001 | 1100111 | 1011101 | 110100 | 0 | 1010 | 111100 | 10101001 | 100100 | 11110 |
Color Harmonies of #31675D
Complementary color
Monochromatic Colors of #31675D
Black with #31675D
Text Example
Text Example
White with #31675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31675D; }
p { color: rgb(49,103,93); }
H1.HeaderClassName
{
color: #31675D;
}
.AnyTagClassName
{
color: #31675D;
}
</style>
background-color css
<style>
a { background-color: #31675D; }
a { background-color: rgb(49,103,93); }
div.DivClassName
{
background-color: #31675D;
}
.BgClassName
{
background-color: #31675D;
}
</style>
border-color css
<style>
span { border-color: #31675D; }
span { border-color: rgb(49,103,93); }
td.TdClassName
{
border-color: #31675D;
}
.TagClassName
{
border-color: #31675D;
}
</style>