Shades of Seaweed #315119
Tints of Seaweed #315119
RGB
CMYK
RGB Variations
Color information
#315119 (or 0x315119) is known color: Seaweed. HEX triplet: 31, 51 and 19. RGB value is (49,81,25). Sum of RGB (Red+Green+Blue) = 49+81+25=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #315119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315119 is #CEAEE6. Grayscale: #414141. Windows color (decimal): -13545191 or 1659185. OLE color: 1659185.
HSL color Cylindrical-coordinate representation of color #315119: hue angle of 94.29º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #315119 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 81 | 25 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.68 |
| HSL | 94.29º | 0.53% | 0.21% | - |
| HSV(B) | 94.29º | 0.69% | 0.32% | - |
| XYZ | 4.38 | 6.61 | 1.96 | - |
| YUV | 65.05 | 105.4 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 25 | 0.40 | 0 | 0.69 | 0.68 | 94.29 | 0.53 | 0.21 |
| Hex | 31 | 51 | 19 | 28 | 0 | 45 | 44 | 5E | 35 | 15 |
| Octal | 61 | 121 | 31 | 50 | 0 | 105 | 104 | 136 | 65 | 25 |
| Binary | 110001 | 1010001 | 11001 | 101000 | 0 | 1000101 | 1000100 | 1011110 | 110101 | 10101 |
Color Harmonies of #315119
Complementary color
Monochromatic Colors of #315119
Black with #315119
Text Example
Text Example
White with #315119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315119; }
p { color: rgb(49,81,25); }
H1.HeaderClassName
{
color: #315119;
}
.AnyTagClassName
{
color: #315119;
}
</style>
background-color css
<style>
a { background-color: #315119; }
a { background-color: rgb(49,81,25); }
div.DivClassName
{
background-color: #315119;
}
.BgClassName
{
background-color: #315119;
}
</style>
border-color css
<style>
span { border-color: #315119; }
span { border-color: rgb(49,81,25); }
td.TdClassName
{
border-color: #315119;
}
.TagClassName
{
border-color: #315119;
}
</style>