Shades of Seaweed #314620
Tints of Seaweed #314620
RGB
CMYK
RGB Variations
Color information
#314620 (or 0x314620) is known color: Seaweed. HEX triplet: 31, 46 and 20. RGB value is (49,70,32). Sum of RGB (Red+Green+Blue) = 49+70+32=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #314620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314620 is #CEB9DF. Grayscale: #3B3B3B. Windows color (decimal): -13548000 or 2115121. OLE color: 2115121.
HSL color Cylindrical-coordinate representation of color #314620: hue angle of 93.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #314620 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 70 | 32 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.73 |
| HSL | 93.16º | 0.37% | 0.2% | - |
| HSV(B) | 93.16º | 0.54% | 0.27% | - |
| XYZ | 3.72 | 5.14 | 2.16 | - |
| YUV | 59.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 32 | 0.30 | 0 | 0.54 | 0.73 | 93.16 | 0.37 | 0.2 |
| Hex | 31 | 46 | 20 | 1E | 0 | 36 | 49 | 5D | 25 | 14 |
| Octal | 61 | 106 | 40 | 36 | 0 | 66 | 111 | 135 | 45 | 24 |
| Binary | 110001 | 1000110 | 100000 | 11110 | 0 | 110110 | 1001001 | 1011101 | 100101 | 10100 |
Color Harmonies of #314620
Complementary color
Monochromatic Colors of #314620
Black with #314620
Text Example
Text Example
White with #314620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314620; }
p { color: rgb(49,70,32); }
H1.HeaderClassName
{
color: #314620;
}
.AnyTagClassName
{
color: #314620;
}
</style>
background-color css
<style>
a { background-color: #314620; }
a { background-color: rgb(49,70,32); }
div.DivClassName
{
background-color: #314620;
}
.BgClassName
{
background-color: #314620;
}
</style>
border-color css
<style>
span { border-color: #314620; }
span { border-color: rgb(49,70,32); }
td.TdClassName
{
border-color: #314620;
}
.TagClassName
{
border-color: #314620;
}
</style>