Shades of Seaweed #315511
Tints of Seaweed #315511
RGB
CMYK
RGB Variations
Color information
#315511 (or 0x315511) is known color: Seaweed. HEX triplet: 31, 55 and 11. RGB value is (49,85,17). Sum of RGB (Red+Green+Blue) = 49+85+17=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #315511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315511 is #CEAAEE. Grayscale: #424242. Windows color (decimal): -13544175 or 1135921. OLE color: 1135921.
HSL color Cylindrical-coordinate representation of color #315511: hue angle of 91.76º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315511 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 85 | 17 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.67 |
| HSL | 91.76º | 0.67% | 0.2% | - |
| HSV(B) | 91.76º | 0.8% | 0.33% | - |
| XYZ | 4.62 | 7.19 | 1.67 | - |
| YUV | 66.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 17 | 0.42 | 0 | 0.80 | 0.67 | 91.76 | 0.67 | 0.2 |
| Hex | 31 | 55 | 11 | 2A | 0 | 50 | 43 | 5C | 43 | 14 |
| Octal | 61 | 125 | 21 | 52 | 0 | 120 | 103 | 134 | 103 | 24 |
| Binary | 110001 | 1010101 | 10001 | 101010 | 0 | 1010000 | 1000011 | 1011100 | 1000011 | 10100 |
Color Harmonies of #315511
Complementary color
Monochromatic Colors of #315511
Black with #315511
Text Example
Text Example
White with #315511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315511; }
p { color: rgb(49,85,17); }
H1.HeaderClassName
{
color: #315511;
}
.AnyTagClassName
{
color: #315511;
}
</style>
background-color css
<style>
a { background-color: #315511; }
a { background-color: rgb(49,85,17); }
div.DivClassName
{
background-color: #315511;
}
.BgClassName
{
background-color: #315511;
}
</style>
border-color css
<style>
span { border-color: #315511; }
span { border-color: rgb(49,85,17); }
td.TdClassName
{
border-color: #315511;
}
.TagClassName
{
border-color: #315511;
}
</style>