Shades of Seaweed #315811
Tints of Seaweed #315811
RGB
CMYK
RGB Variations
Color information
#315811 (or 0x315811) is known color: Seaweed. HEX triplet: 31, 58 and 11. RGB value is (49,88,17). Sum of RGB (Red+Green+Blue) = 49+88+17=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #315811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315811 is #CEA7EE. Grayscale: #444444. Windows color (decimal): -13543407 or 1136689. OLE color: 1136689.
HSL color Cylindrical-coordinate representation of color #315811: hue angle of 92.96º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #315811 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 88 | 17 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.65 |
| HSL | 92.96º | 0.68% | 0.21% | - |
| HSV(B) | 92.96º | 0.81% | 0.35% | - |
| XYZ | 4.86 | 7.67 | 1.76 | - |
| YUV | 68.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 17 | 0.44 | 0 | 0.81 | 0.65 | 92.96 | 0.68 | 0.21 |
| Hex | 31 | 58 | 11 | 2C | 0 | 51 | 41 | 5D | 44 | 15 |
| Octal | 61 | 130 | 21 | 54 | 0 | 121 | 101 | 135 | 104 | 25 |
| Binary | 110001 | 1011000 | 10001 | 101100 | 0 | 1010001 | 1000001 | 1011101 | 1000100 | 10101 |
Color Harmonies of #315811
Complementary color
Monochromatic Colors of #315811
Black with #315811
Text Example
Text Example
White with #315811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315811; }
p { color: rgb(49,88,17); }
H1.HeaderClassName
{
color: #315811;
}
.AnyTagClassName
{
color: #315811;
}
</style>
background-color css
<style>
a { background-color: #315811; }
a { background-color: rgb(49,88,17); }
div.DivClassName
{
background-color: #315811;
}
.BgClassName
{
background-color: #315811;
}
</style>
border-color css
<style>
span { border-color: #315811; }
span { border-color: rgb(49,88,17); }
td.TdClassName
{
border-color: #315811;
}
.TagClassName
{
border-color: #315811;
}
</style>