Shades of Seaweed #315910
Tints of Seaweed #315910
RGB
CMYK
RGB Variations
Color information
#315910 (or 0x315910) is known color: Seaweed. HEX triplet: 31, 59 and 10. RGB value is (49,89,16). Sum of RGB (Red+Green+Blue) = 49+89+16=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 89 (35.16% from 255 or 57.79% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 89 - color contains mainly: green. Hex color #315910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315910 is #CEA6EF. Grayscale: #444444. Windows color (decimal): -13543152 or 1071409. OLE color: 1071409.
HSL color Cylindrical-coordinate representation of color #315910: hue angle of 92.88º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #315910 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 89 | 16 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.65 |
| HSL | 92.88º | 0.7% | 0.21% | - |
| HSV(B) | 92.88º | 0.82% | 0.35% | - |
| XYZ | 4.93 | 7.84 | 1.74 | - |
| YUV | 68.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 16 | 0.45 | 0 | 0.82 | 0.65 | 92.88 | 0.7 | 0.21 |
| Hex | 31 | 59 | 10 | 2D | 0 | 52 | 41 | 5D | 46 | 15 |
| Octal | 61 | 131 | 20 | 55 | 0 | 122 | 101 | 135 | 106 | 25 |
| Binary | 110001 | 1011001 | 10000 | 101101 | 0 | 1010010 | 1000001 | 1011101 | 1000110 | 10101 |
Color Harmonies of #315910
Complementary color
Monochromatic Colors of #315910
Black with #315910
Text Example
Text Example
White with #315910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315910; }
p { color: rgb(49,89,16); }
H1.HeaderClassName
{
color: #315910;
}
.AnyTagClassName
{
color: #315910;
}
</style>
background-color css
<style>
a { background-color: #315910; }
a { background-color: rgb(49,89,16); }
div.DivClassName
{
background-color: #315910;
}
.BgClassName
{
background-color: #315910;
}
</style>
border-color css
<style>
span { border-color: #315910; }
span { border-color: rgb(49,89,16); }
td.TdClassName
{
border-color: #315910;
}
.TagClassName
{
border-color: #315910;
}
</style>