Shades of Seaweed #314520
Tints of Seaweed #314520
RGB
CMYK
RGB Variations
Color information
#314520 (or 0x314520) is known color: Seaweed. HEX triplet: 31, 45 and 20. RGB value is (49,69,32). Sum of RGB (Red+Green+Blue) = 49+69+32=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #314520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314520 is #CEBADF. Grayscale: #3A3A3A. Windows color (decimal): -13548256 or 2114865. OLE color: 2114865.
HSL color Cylindrical-coordinate representation of color #314520: hue angle of 92.43º 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 #314520 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 69 | 32 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.73 |
| HSL | 92.43º | 0.37% | 0.2% | - |
| HSV(B) | 92.43º | 0.54% | 0.27% | - |
| XYZ | 3.66 | 5.01 | 2.14 | - |
| YUV | 58.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 32 | 0.29 | 0 | 0.54 | 0.73 | 92.43 | 0.37 | 0.2 |
| Hex | 31 | 45 | 20 | 1D | 0 | 36 | 49 | 5C | 25 | 14 |
| Octal | 61 | 105 | 40 | 35 | 0 | 66 | 111 | 134 | 45 | 24 |
| Binary | 110001 | 1000101 | 100000 | 11101 | 0 | 110110 | 1001001 | 1011100 | 100101 | 10100 |
Color Harmonies of #314520
Complementary color
Monochromatic Colors of #314520
Black with #314520
Text Example
Text Example
White with #314520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314520; }
p { color: rgb(49,69,32); }
H1.HeaderClassName
{
color: #314520;
}
.AnyTagClassName
{
color: #314520;
}
</style>
background-color css
<style>
a { background-color: #314520; }
a { background-color: rgb(49,69,32); }
div.DivClassName
{
background-color: #314520;
}
.BgClassName
{
background-color: #314520;
}
</style>
border-color css
<style>
span { border-color: #314520; }
span { border-color: rgb(49,69,32); }
td.TdClassName
{
border-color: #314520;
}
.TagClassName
{
border-color: #314520;
}
</style>