Shades of Seaweed #315912
Tints of Seaweed #315912
RGB
CMYK
RGB Variations
Color information
#315912 (or 0x315912) is known color: Seaweed. HEX triplet: 31, 59 and 12. RGB value is (49,89,18). Sum of RGB (Red+Green+Blue) = 49+89+18=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 89 (35.16% from 255 or 57.05% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 89 - color contains mainly: green. Hex color #315912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315912 is #CEA6ED. Grayscale: #454545. Windows color (decimal): -13543150 or 1202481. OLE color: 1202481.
HSL color Cylindrical-coordinate representation of color #315912: hue angle of 93.8º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315912 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 89 | 18 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.65 |
| HSL | 93.8º | 0.66% | 0.21% | - |
| HSV(B) | 93.8º | 0.8% | 0.35% | - |
| XYZ | 4.95 | 7.84 | 1.83 | - |
| YUV | 68.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 18 | 0.45 | 0 | 0.80 | 0.65 | 93.8 | 0.66 | 0.21 |
| Hex | 31 | 59 | 12 | 2D | 0 | 50 | 41 | 5E | 42 | 15 |
| Octal | 61 | 131 | 22 | 55 | 0 | 120 | 101 | 136 | 102 | 25 |
| Binary | 110001 | 1011001 | 10010 | 101101 | 0 | 1010000 | 1000001 | 1011110 | 1000010 | 10101 |
Color Harmonies of #315912
Complementary color
Monochromatic Colors of #315912
Black with #315912
Text Example
Text Example
White with #315912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315912; }
p { color: rgb(49,89,18); }
H1.HeaderClassName
{
color: #315912;
}
.AnyTagClassName
{
color: #315912;
}
</style>
background-color css
<style>
a { background-color: #315912; }
a { background-color: rgb(49,89,18); }
div.DivClassName
{
background-color: #315912;
}
.BgClassName
{
background-color: #315912;
}
</style>
border-color css
<style>
span { border-color: #315912; }
span { border-color: rgb(49,89,18); }
td.TdClassName
{
border-color: #315912;
}
.TagClassName
{
border-color: #315912;
}
</style>