Shades of Eden #31635F
Tints of Eden #31635F
RGB
CMYK
RGB Variations
Color information
#31635F (or 0x31635F) is known color: Eden. HEX triplet: 31, 63 and 5F. RGB value is (49,99,95). Sum of RGB (Red+Green+Blue) = 49+99+95=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 99 - color contains mainly: green. Hex color #31635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31635F is #CE9CA0. Grayscale: #535353. Windows color (decimal): -13540513 or 6251313. OLE color: 6251313.
HSL color Cylindrical-coordinate representation of color #31635F: hue angle of 175.2º 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 #31635F is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 99 | 95 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.61 |
| HSL | 175.2º | 0.34% | 0.29% | - |
| HSV(B) | 175.2º | 0.51% | 0.39% | - |
| XYZ | 7.79 | 10.4 | 12.42 | - |
| YUV | 83.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 95 | 0.51 | 0 | 0.04 | 0.61 | 175.2 | 0.34 | 0.29 |
| Hex | 31 | 63 | 5F | 33 | 0 | 4 | 3D | AF | 22 | 1D |
| Octal | 61 | 143 | 137 | 63 | 0 | 4 | 75 | 257 | 42 | 35 |
| Binary | 110001 | 1100011 | 1011111 | 110011 | 0 | 100 | 111101 | 10101111 | 100010 | 11101 |
Color Harmonies of #31635F
Complementary color
Monochromatic Colors of #31635F
Black with #31635F
Text Example
Text Example
White with #31635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31635F; }
p { color: rgb(49,99,95); }
H1.HeaderClassName
{
color: #31635F;
}
.AnyTagClassName
{
color: #31635F;
}
</style>
background-color css
<style>
a { background-color: #31635F; }
a { background-color: rgb(49,99,95); }
div.DivClassName
{
background-color: #31635F;
}
.BgClassName
{
background-color: #31635F;
}
</style>
border-color css
<style>
span { border-color: #31635F; }
span { border-color: rgb(49,99,95); }
td.TdClassName
{
border-color: #31635F;
}
.TagClassName
{
border-color: #31635F;
}
</style>