Shades of Seaweed #315013
Tints of Seaweed #315013
RGB
CMYK
RGB Variations
Color information
#315013 (or 0x315013) is known color: Seaweed. HEX triplet: 31, 50 and 13. RGB value is (49,80,19). Sum of RGB (Red+Green+Blue) = 49+80+19=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #315013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315013 is #CEAFEC. Grayscale: #3F3F3F. Windows color (decimal): -13545453 or 1265713. OLE color: 1265713.
HSL color Cylindrical-coordinate representation of color #315013: hue angle of 90.49º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315013 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 19 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.69 |
| HSL | 90.49º | 0.62% | 0.19% | - |
| HSV(B) | 90.49º | 0.76% | 0.31% | - |
| XYZ | 4.25 | 6.44 | 1.63 | - |
| YUV | 63.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 19 | 0.39 | 0 | 0.76 | 0.69 | 90.49 | 0.62 | 0.19 |
| Hex | 31 | 50 | 13 | 27 | 0 | 4C | 45 | 5A | 3E | 13 |
| Octal | 61 | 120 | 23 | 47 | 0 | 114 | 105 | 132 | 76 | 23 |
| Binary | 110001 | 1010000 | 10011 | 100111 | 0 | 1001100 | 1000101 | 1011010 | 111110 | 10011 |
Color Harmonies of #315013
Complementary color
Monochromatic Colors of #315013
Black with #315013
Text Example
Text Example
White with #315013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315013; }
p { color: rgb(49,80,19); }
H1.HeaderClassName
{
color: #315013;
}
.AnyTagClassName
{
color: #315013;
}
</style>
background-color css
<style>
a { background-color: #315013; }
a { background-color: rgb(49,80,19); }
div.DivClassName
{
background-color: #315013;
}
.BgClassName
{
background-color: #315013;
}
</style>
border-color css
<style>
span { border-color: #315013; }
span { border-color: rgb(49,80,19); }
td.TdClassName
{
border-color: #315013;
}
.TagClassName
{
border-color: #315013;
}
</style>