Shades of Seaweed #324521
Tints of Seaweed #324521
RGB
CMYK
RGB Variations
Color information
#324521 (or 0x324521) is known color: Seaweed. HEX triplet: 32, 45 and 21. RGB value is (50,69,33). Sum of RGB (Red+Green+Blue) = 50+69+33=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #324521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324521 is #CDBADE. Grayscale: #3B3B3B. Windows color (decimal): -13482719 or 2180402. OLE color: 2180402.
HSL color Cylindrical-coordinate representation of color #324521: hue angle of 91.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #324521 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 33 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.73 |
| HSL | 91.67º | 0.35% | 0.2% | - |
| HSV(B) | 91.67º | 0.52% | 0.27% | - |
| XYZ | 3.72 | 5.04 | 2.22 | - |
| YUV | 59.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 33 | 0.28 | 0 | 0.52 | 0.73 | 91.67 | 0.35 | 0.2 |
| Hex | 32 | 45 | 21 | 1C | 0 | 34 | 49 | 5C | 23 | 14 |
| Octal | 62 | 105 | 41 | 34 | 0 | 64 | 111 | 134 | 43 | 24 |
| Binary | 110010 | 1000101 | 100001 | 11100 | 0 | 110100 | 1001001 | 1011100 | 100011 | 10100 |
Color Harmonies of #324521
Complementary color
Monochromatic Colors of #324521
Black with #324521
Text Example
Text Example
White with #324521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324521; }
p { color: rgb(50,69,33); }
H1.HeaderClassName
{
color: #324521;
}
.AnyTagClassName
{
color: #324521;
}
</style>
background-color css
<style>
a { background-color: #324521; }
a { background-color: rgb(50,69,33); }
div.DivClassName
{
background-color: #324521;
}
.BgClassName
{
background-color: #324521;
}
</style>
border-color css
<style>
span { border-color: #324521; }
span { border-color: rgb(50,69,33); }
td.TdClassName
{
border-color: #324521;
}
.TagClassName
{
border-color: #324521;
}
</style>