Shades of Seaweed #325514
Tints of Seaweed #325514
RGB
CMYK
RGB Variations
Color information
#325514 (or 0x325514) is known color: Seaweed. HEX triplet: 32, 55 and 14. RGB value is (50,85,20). Sum of RGB (Red+Green+Blue) = 50+85+20=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #325514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325514 is #CDAAEB. Grayscale: #434343. Windows color (decimal): -13478636 or 1332530. OLE color: 1332530.
HSL color Cylindrical-coordinate representation of color #325514: hue angle of 92.31º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325514 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 20 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.67 |
| HSL | 92.31º | 0.62% | 0.21% | - |
| HSV(B) | 92.31º | 0.76% | 0.33% | - |
| XYZ | 4.69 | 7.23 | 1.81 | - |
| YUV | 67.13 | 101.4 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 20 | 0.41 | 0 | 0.76 | 0.67 | 92.31 | 0.62 | 0.21 |
| Hex | 32 | 55 | 14 | 29 | 0 | 4C | 43 | 5C | 3E | 15 |
| Octal | 62 | 125 | 24 | 51 | 0 | 114 | 103 | 134 | 76 | 25 |
| Binary | 110010 | 1010101 | 10100 | 101001 | 0 | 1001100 | 1000011 | 1011100 | 111110 | 10101 |
Color Harmonies of #325514
Complementary color
Monochromatic Colors of #325514
Black with #325514
Text Example
Text Example
White with #325514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325514; }
p { color: rgb(50,85,20); }
H1.HeaderClassName
{
color: #325514;
}
.AnyTagClassName
{
color: #325514;
}
</style>
background-color css
<style>
a { background-color: #325514; }
a { background-color: rgb(50,85,20); }
div.DivClassName
{
background-color: #325514;
}
.BgClassName
{
background-color: #325514;
}
</style>
border-color css
<style>
span { border-color: #325514; }
span { border-color: rgb(50,85,20); }
td.TdClassName
{
border-color: #325514;
}
.TagClassName
{
border-color: #325514;
}
</style>