Shades of Eden #31685B
Tints of Eden #31685B
RGB
CMYK
RGB Variations
Color information
#31685B (or 0x31685B) is known color: Eden. HEX triplet: 31, 68 and 5B. RGB value is (49,104,91). Sum of RGB (Red+Green+Blue) = 49+104+91=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #31685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31685B is #CE97A4. Grayscale: #565656. Windows color (decimal): -13539237 or 5990449. OLE color: 5990449.
HSL color Cylindrical-coordinate representation of color #31685B: hue angle of 165.82º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31685B is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 104 | 91 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.59 |
| HSL | 165.82º | 0.36% | 0.3% | - |
| HSV(B) | 165.82º | 0.53% | 0.41% | - |
| XYZ | 8.11 | 11.31 | 11.65 | - |
| YUV | 86.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 91 | 0.53 | 0 | 0.12 | 0.59 | 165.82 | 0.36 | 0.3 |
| Hex | 31 | 68 | 5B | 35 | 0 | C | 3B | A6 | 24 | 1E |
| Octal | 61 | 150 | 133 | 65 | 0 | 14 | 73 | 246 | 44 | 36 |
| Binary | 110001 | 1101000 | 1011011 | 110101 | 0 | 1100 | 111011 | 10100110 | 100100 | 11110 |
Color Harmonies of #31685B
Complementary color
Monochromatic Colors of #31685B
Black with #31685B
Text Example
Text Example
White with #31685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31685B; }
p { color: rgb(49,104,91); }
H1.HeaderClassName
{
color: #31685B;
}
.AnyTagClassName
{
color: #31685B;
}
</style>
background-color css
<style>
a { background-color: #31685B; }
a { background-color: rgb(49,104,91); }
div.DivClassName
{
background-color: #31685B;
}
.BgClassName
{
background-color: #31685B;
}
</style>
border-color css
<style>
span { border-color: #31685B; }
span { border-color: rgb(49,104,91); }
td.TdClassName
{
border-color: #31685B;
}
.TagClassName
{
border-color: #31685B;
}
</style>