Shades of Seaweed #315711
Tints of Seaweed #315711
RGB
CMYK
RGB Variations
Color information
#315711 (or 0x315711) is known color: Seaweed. HEX triplet: 31, 57 and 11. RGB value is (49,87,17). Sum of RGB (Red+Green+Blue) = 49+87+17=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 87 (34.38% from 255 or 56.86% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 87 - color contains mainly: green. Hex color #315711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315711 is #CEA8EE. Grayscale: #434343. Windows color (decimal): -13543663 or 1136433. OLE color: 1136433.
HSL color Cylindrical-coordinate representation of color #315711: hue angle of 92.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315711 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 87 | 17 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.66 |
| HSL | 92.57º | 0.67% | 0.2% | - |
| HSV(B) | 92.57º | 0.8% | 0.34% | - |
| XYZ | 4.78 | 7.51 | 1.73 | - |
| YUV | 67.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 17 | 0.44 | 0 | 0.80 | 0.66 | 92.57 | 0.67 | 0.2 |
| Hex | 31 | 57 | 11 | 2C | 0 | 50 | 42 | 5D | 43 | 14 |
| Octal | 61 | 127 | 21 | 54 | 0 | 120 | 102 | 135 | 103 | 24 |
| Binary | 110001 | 1010111 | 10001 | 101100 | 0 | 1010000 | 1000010 | 1011101 | 1000011 | 10100 |
Color Harmonies of #315711
Complementary color
Monochromatic Colors of #315711
Black with #315711
Text Example
Text Example
White with #315711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315711; }
p { color: rgb(49,87,17); }
H1.HeaderClassName
{
color: #315711;
}
.AnyTagClassName
{
color: #315711;
}
</style>
background-color css
<style>
a { background-color: #315711; }
a { background-color: rgb(49,87,17); }
div.DivClassName
{
background-color: #315711;
}
.BgClassName
{
background-color: #315711;
}
</style>
border-color css
<style>
span { border-color: #315711; }
span { border-color: rgb(49,87,17); }
td.TdClassName
{
border-color: #315711;
}
.TagClassName
{
border-color: #315711;
}
</style>