Shades of Seaweed #315515
Tints of Seaweed #315515
RGB
CMYK
RGB Variations
Color information
#315515 (or 0x315515) is known color: Seaweed. HEX triplet: 31, 55 and 15. RGB value is (49,85,21). Sum of RGB (Red+Green+Blue) = 49+85+21=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #315515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315515 is #CEAAEA. Grayscale: #434343. Windows color (decimal): -13544171 or 1398065. OLE color: 1398065.
HSL color Cylindrical-coordinate representation of color #315515: hue angle of 93.75º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #315515 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 85 | 21 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.67 |
| HSL | 93.75º | 0.6% | 0.21% | - |
| HSV(B) | 93.75º | 0.75% | 0.33% | - |
| XYZ | 4.65 | 7.2 | 1.85 | - |
| YUV | 66.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 21 | 0.42 | 0 | 0.75 | 0.67 | 93.75 | 0.6 | 0.21 |
| Hex | 31 | 55 | 15 | 2A | 0 | 4B | 43 | 5E | 3C | 15 |
| Octal | 61 | 125 | 25 | 52 | 0 | 113 | 103 | 136 | 74 | 25 |
| Binary | 110001 | 1010101 | 10101 | 101010 | 0 | 1001011 | 1000011 | 1011110 | 111100 | 10101 |
Color Harmonies of #315515
Complementary color
Monochromatic Colors of #315515
Black with #315515
Text Example
Text Example
White with #315515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315515; }
p { color: rgb(49,85,21); }
H1.HeaderClassName
{
color: #315515;
}
.AnyTagClassName
{
color: #315515;
}
</style>
background-color css
<style>
a { background-color: #315515; }
a { background-color: rgb(49,85,21); }
div.DivClassName
{
background-color: #315515;
}
.BgClassName
{
background-color: #315515;
}
</style>
border-color css
<style>
span { border-color: #315515; }
span { border-color: rgb(49,85,21); }
td.TdClassName
{
border-color: #315515;
}
.TagClassName
{
border-color: #315515;
}
</style>