Shades of Seaweed #315313
Tints of Seaweed #315313
RGB
CMYK
RGB Variations
Color information
#315313 (or 0x315313) is known color: Seaweed. HEX triplet: 31, 53 and 13. RGB value is (49,83,19). Sum of RGB (Red+Green+Blue) = 49+83+19=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #315313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315313 is #CEACEC. Grayscale: #414141. Windows color (decimal): -13544685 or 1266481. OLE color: 1266481.
HSL color Cylindrical-coordinate representation of color #315313: hue angle of 91.88º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #315313 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 19 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.67 |
| HSL | 91.88º | 0.63% | 0.2% | - |
| HSV(B) | 91.88º | 0.77% | 0.33% | - |
| XYZ | 4.48 | 6.89 | 1.71 | - |
| YUV | 65.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 19 | 0.41 | 0 | 0.77 | 0.67 | 91.88 | 0.63 | 0.2 |
| Hex | 31 | 53 | 13 | 29 | 0 | 4D | 43 | 5C | 3F | 14 |
| Octal | 61 | 123 | 23 | 51 | 0 | 115 | 103 | 134 | 77 | 24 |
| Binary | 110001 | 1010011 | 10011 | 101001 | 0 | 1001101 | 1000011 | 1011100 | 111111 | 10100 |
Color Harmonies of #315313
Complementary color
Monochromatic Colors of #315313
Black with #315313
Text Example
Text Example
White with #315313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315313; }
p { color: rgb(49,83,19); }
H1.HeaderClassName
{
color: #315313;
}
.AnyTagClassName
{
color: #315313;
}
</style>
background-color css
<style>
a { background-color: #315313; }
a { background-color: rgb(49,83,19); }
div.DivClassName
{
background-color: #315313;
}
.BgClassName
{
background-color: #315313;
}
</style>
border-color css
<style>
span { border-color: #315313; }
span { border-color: rgb(49,83,19); }
td.TdClassName
{
border-color: #315313;
}
.TagClassName
{
border-color: #315313;
}
</style>