Shades of Seaweed #325715
Tints of Seaweed #325715
RGB
CMYK
RGB Variations
Color information
#325715 (or 0x325715) is known color: Seaweed. HEX triplet: 32, 57 and 15. RGB value is (50,87,21). Sum of RGB (Red+Green+Blue) = 50+87+21=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #325715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325715 is #CDA8EA. Grayscale: #444444. Windows color (decimal): -13478123 or 1398578. OLE color: 1398578.
HSL color Cylindrical-coordinate representation of color #325715: hue angle of 93.64º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325715 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 87 | 21 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.66 |
| HSL | 93.64º | 0.61% | 0.21% | - |
| HSV(B) | 93.64º | 0.76% | 0.34% | - |
| XYZ | 4.86 | 7.55 | 1.91 | - |
| YUV | 68.41 | 101.24 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 21 | 0.43 | 0 | 0.76 | 0.66 | 93.64 | 0.61 | 0.21 |
| Hex | 32 | 57 | 15 | 2B | 0 | 4C | 42 | 5E | 3D | 15 |
| Octal | 62 | 127 | 25 | 53 | 0 | 114 | 102 | 136 | 75 | 25 |
| Binary | 110010 | 1010111 | 10101 | 101011 | 0 | 1001100 | 1000010 | 1011110 | 111101 | 10101 |
Color Harmonies of #325715
Complementary color
Monochromatic Colors of #325715
Black with #325715
Text Example
Text Example
White with #325715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325715; }
p { color: rgb(50,87,21); }
H1.HeaderClassName
{
color: #325715;
}
.AnyTagClassName
{
color: #325715;
}
</style>
background-color css
<style>
a { background-color: #325715; }
a { background-color: rgb(50,87,21); }
div.DivClassName
{
background-color: #325715;
}
.BgClassName
{
background-color: #325715;
}
</style>
border-color css
<style>
span { border-color: #325715; }
span { border-color: rgb(50,87,21); }
td.TdClassName
{
border-color: #325715;
}
.TagClassName
{
border-color: #325715;
}
</style>