Shades of Seaweed #324421
Tints of Seaweed #324421
RGB
CMYK
RGB Variations
Color information
#324421 (or 0x324421) is known color: Seaweed. HEX triplet: 32, 44 and 21. RGB value is (50,68,33). Sum of RGB (Red+Green+Blue) = 50+68+33=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #324421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324421 is #CDBBDE. Grayscale: #3A3A3A. Windows color (decimal): -13482975 or 2180146. OLE color: 2180146.
HSL color Cylindrical-coordinate representation of color #324421: hue angle of 90.86º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #324421 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 68 | 33 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.73 |
| HSL | 90.86º | 0.35% | 0.2% | - |
| HSV(B) | 90.86º | 0.51% | 0.27% | - |
| XYZ | 3.66 | 4.92 | 2.2 | - |
| YUV | 58.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 33 | 0.26 | 0 | 0.51 | 0.73 | 90.86 | 0.35 | 0.2 |
| Hex | 32 | 44 | 21 | 1A | 0 | 33 | 49 | 5B | 23 | 14 |
| Octal | 62 | 104 | 41 | 32 | 0 | 63 | 111 | 133 | 43 | 24 |
| Binary | 110010 | 1000100 | 100001 | 11010 | 0 | 110011 | 1001001 | 1011011 | 100011 | 10100 |
Color Harmonies of #324421
Complementary color
Monochromatic Colors of #324421
Black with #324421
Text Example
Text Example
White with #324421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324421; }
p { color: rgb(50,68,33); }
H1.HeaderClassName
{
color: #324421;
}
.AnyTagClassName
{
color: #324421;
}
</style>
background-color css
<style>
a { background-color: #324421; }
a { background-color: rgb(50,68,33); }
div.DivClassName
{
background-color: #324421;
}
.BgClassName
{
background-color: #324421;
}
</style>
border-color css
<style>
span { border-color: #324421; }
span { border-color: rgb(50,68,33); }
td.TdClassName
{
border-color: #324421;
}
.TagClassName
{
border-color: #324421;
}
</style>