Shades of Eden #31665C
Tints of Eden #31665C
RGB
CMYK
RGB Variations
Color information
#31665C (or 0x31665C) is known color: Eden. HEX triplet: 31, 66 and 5C. RGB value is (49,102,92). Sum of RGB (Red+Green+Blue) = 49+102+92=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #31665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31665C is #CE99A3. Grayscale: #555555. Windows color (decimal): -13539748 or 6055473. OLE color: 6055473.
HSL color Cylindrical-coordinate representation of color #31665C: hue angle of 168.68º degrees, saturation: 0.35, 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 #31665C is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 49 | 102 | 92 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.6 |
| HSL | 168.68º | 0.35% | 0.3% | - |
| HSV(B) | 168.68º | 0.52% | 0.4% | - |
| XYZ | 7.95 | 10.93 | 11.82 | - |
| YUV | 85.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 92 | 0.52 | 0 | 0.10 | 0.6 | 168.68 | 0.35 | 0.3 |
| Hex | 31 | 66 | 5C | 34 | 0 | A | 3C | A9 | 23 | 1E |
| Octal | 61 | 146 | 134 | 64 | 0 | 12 | 74 | 251 | 43 | 36 |
| Binary | 110001 | 1100110 | 1011100 | 110100 | 0 | 1010 | 111100 | 10101001 | 100011 | 11110 |
Color Harmonies of #31665C
Complementary color
Monochromatic Colors of #31665C
Black with #31665C
Text Example
Text Example
White with #31665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31665C; }
p { color: rgb(49,102,92); }
H1.HeaderClassName
{
color: #31665C;
}
.AnyTagClassName
{
color: #31665C;
}
</style>
background-color css
<style>
a { background-color: #31665C; }
a { background-color: rgb(49,102,92); }
div.DivClassName
{
background-color: #31665C;
}
.BgClassName
{
background-color: #31665C;
}
</style>
border-color css
<style>
span { border-color: #31665C; }
span { border-color: rgb(49,102,92); }
td.TdClassName
{
border-color: #31665C;
}
.TagClassName
{
border-color: #31665C;
}
</style>