Shades of Seaweed #324021
Tints of Seaweed #324021
RGB
CMYK
RGB Variations
Color information
#324021 (or 0x324021) is known color: Seaweed. HEX triplet: 32, 40 and 21. RGB value is (50,64,33). Sum of RGB (Red+Green+Blue) = 50+64+33=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #324021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324021 is #CDBFDE. Grayscale: #383838. Windows color (decimal): -13483999 or 2179122. OLE color: 2179122.
HSL color Cylindrical-coordinate representation of color #324021: hue angle of 87.1º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #324021 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 33 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.75 |
| HSL | 87.1º | 0.32% | 0.19% | - |
| HSV(B) | 87.1º | 0.48% | 0.25% | - |
| XYZ | 3.42 | 4.45 | 2.12 | - |
| YUV | 56.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 33 | 0.22 | 0 | 0.48 | 0.75 | 87.1 | 0.32 | 0.19 |
| Hex | 32 | 40 | 21 | 16 | 0 | 30 | 4B | 57 | 20 | 13 |
| Octal | 62 | 100 | 41 | 26 | 0 | 60 | 113 | 127 | 40 | 23 |
| Binary | 110010 | 1000000 | 100001 | 10110 | 0 | 110000 | 1001011 | 1010111 | 100000 | 10011 |
Color Harmonies of #324021
Complementary color
Monochromatic Colors of #324021
Black with #324021
Text Example
Text Example
White with #324021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324021; }
p { color: rgb(50,64,33); }
H1.HeaderClassName
{
color: #324021;
}
.AnyTagClassName
{
color: #324021;
}
</style>
background-color css
<style>
a { background-color: #324021; }
a { background-color: rgb(50,64,33); }
div.DivClassName
{
background-color: #324021;
}
.BgClassName
{
background-color: #324021;
}
</style>
border-color css
<style>
span { border-color: #324021; }
span { border-color: rgb(50,64,33); }
td.TdClassName
{
border-color: #324021;
}
.TagClassName
{
border-color: #324021;
}
</style>