Shades of Eden #31655D
Tints of Eden #31655D
RGB
CMYK
RGB Variations
Color information
#31655D (or 0x31655D) is known color: Eden. HEX triplet: 31, 65 and 5D. RGB value is (49,101,93). Sum of RGB (Red+Green+Blue) = 49+101+93=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #31655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31655D is #CE9AA2. Grayscale: #545454. Windows color (decimal): -13540003 or 6120753. OLE color: 6120753.
HSL color Cylindrical-coordinate representation of color #31655D: hue angle of 170.77º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31655D is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 101 | 93 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.60 |
| HSL | 170.77º | 0.35% | 0.29% | - |
| HSV(B) | 170.77º | 0.51% | 0.4% | - |
| XYZ | 7.9 | 10.75 | 12.01 | - |
| YUV | 84.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 93 | 0.51 | 0 | 0.08 | 0.60 | 170.77 | 0.35 | 0.29 |
| Hex | 31 | 65 | 5D | 33 | 0 | 8 | 3C | AB | 23 | 1D |
| Octal | 61 | 145 | 135 | 63 | 0 | 10 | 74 | 253 | 43 | 35 |
| Binary | 110001 | 1100101 | 1011101 | 110011 | 0 | 1000 | 111100 | 10101011 | 100011 | 11101 |
Color Harmonies of #31655D
Complementary color
Monochromatic Colors of #31655D
Black with #31655D
Text Example
Text Example
White with #31655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31655D; }
p { color: rgb(49,101,93); }
H1.HeaderClassName
{
color: #31655D;
}
.AnyTagClassName
{
color: #31655D;
}
</style>
background-color css
<style>
a { background-color: #31655D; }
a { background-color: rgb(49,101,93); }
div.DivClassName
{
background-color: #31655D;
}
.BgClassName
{
background-color: #31655D;
}
</style>
border-color css
<style>
span { border-color: #31655D; }
span { border-color: rgb(49,101,93); }
td.TdClassName
{
border-color: #31655D;
}
.TagClassName
{
border-color: #31655D;
}
</style>