Shades of Seaweed #325512
Tints of Seaweed #325512
RGB
CMYK
RGB Variations
Color information
#325512 (or 0x325512) is known color: Seaweed. HEX triplet: 32, 55 and 12. RGB value is (50,85,18). Sum of RGB (Red+Green+Blue) = 50+85+18=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #325512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325512 is #CDAAED. Grayscale: #434343. Windows color (decimal): -13478638 or 1201458. OLE color: 1201458.
HSL color Cylindrical-coordinate representation of color #325512: hue angle of 91.34º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #325512 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 18 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.67 |
| HSL | 91.34º | 0.65% | 0.2% | - |
| HSV(B) | 91.34º | 0.79% | 0.33% | - |
| XYZ | 4.67 | 7.22 | 1.72 | - |
| YUV | 66.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 18 | 0.41 | 0 | 0.79 | 0.67 | 91.34 | 0.65 | 0.2 |
| Hex | 32 | 55 | 12 | 29 | 0 | 4F | 43 | 5B | 41 | 14 |
| Octal | 62 | 125 | 22 | 51 | 0 | 117 | 103 | 133 | 101 | 24 |
| Binary | 110010 | 1010101 | 10010 | 101001 | 0 | 1001111 | 1000011 | 1011011 | 1000001 | 10100 |
Color Harmonies of #325512
Complementary color
Monochromatic Colors of #325512
Black with #325512
Text Example
Text Example
White with #325512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325512; }
p { color: rgb(50,85,18); }
H1.HeaderClassName
{
color: #325512;
}
.AnyTagClassName
{
color: #325512;
}
</style>
background-color css
<style>
a { background-color: #325512; }
a { background-color: rgb(50,85,18); }
div.DivClassName
{
background-color: #325512;
}
.BgClassName
{
background-color: #325512;
}
</style>
border-color css
<style>
span { border-color: #325512; }
span { border-color: rgb(50,85,18); }
td.TdClassName
{
border-color: #325512;
}
.TagClassName
{
border-color: #325512;
}
</style>