Shades of Seaweed #315211
Tints of Seaweed #315211
RGB
CMYK
RGB Variations
Color information
#315211 (or 0x315211) is known color: Seaweed. HEX triplet: 31, 52 and 11. RGB value is (49,82,17). Sum of RGB (Red+Green+Blue) = 49+82+17=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #315211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315211 is #CEADEE. Grayscale: #404040. Windows color (decimal): -13544943 or 1135153. OLE color: 1135153.
HSL color Cylindrical-coordinate representation of color #315211: hue angle of 90.46º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #315211 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 82 | 17 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.68 |
| HSL | 90.46º | 0.66% | 0.19% | - |
| HSV(B) | 90.46º | 0.79% | 0.32% | - |
| XYZ | 4.39 | 6.73 | 1.6 | - |
| YUV | 64.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 17 | 0.40 | 0 | 0.79 | 0.68 | 90.46 | 0.66 | 0.19 |
| Hex | 31 | 52 | 11 | 28 | 0 | 4F | 44 | 5A | 42 | 13 |
| Octal | 61 | 122 | 21 | 50 | 0 | 117 | 104 | 132 | 102 | 23 |
| Binary | 110001 | 1010010 | 10001 | 101000 | 0 | 1001111 | 1000100 | 1011010 | 1000010 | 10011 |
Color Harmonies of #315211
Complementary color
Monochromatic Colors of #315211
Black with #315211
Text Example
Text Example
White with #315211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315211; }
p { color: rgb(49,82,17); }
H1.HeaderClassName
{
color: #315211;
}
.AnyTagClassName
{
color: #315211;
}
</style>
background-color css
<style>
a { background-color: #315211; }
a { background-color: rgb(49,82,17); }
div.DivClassName
{
background-color: #315211;
}
.BgClassName
{
background-color: #315211;
}
</style>
border-color css
<style>
span { border-color: #315211; }
span { border-color: rgb(49,82,17); }
td.TdClassName
{
border-color: #315211;
}
.TagClassName
{
border-color: #315211;
}
</style>