Shades of Seaweed #324322
Tints of Seaweed #324322
RGB
CMYK
RGB Variations
Color information
#324322 (or 0x324322) is known color: Seaweed. HEX triplet: 32, 43 and 22. RGB value is (50,67,34). Sum of RGB (Red+Green+Blue) = 50+67+34=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #324322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324322 is #CDBCDD. Grayscale: #3A3A3A. Windows color (decimal): -13483230 or 2245426. OLE color: 2245426.
HSL color Cylindrical-coordinate representation of color #324322: hue angle of 90.91º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #324322 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 67 | 34 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.74 |
| HSL | 90.91º | 0.33% | 0.2% | - |
| HSV(B) | 90.91º | 0.49% | 0.26% | - |
| XYZ | 3.61 | 4.81 | 2.25 | - |
| YUV | 58.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 34 | 0.25 | 0 | 0.49 | 0.74 | 90.91 | 0.33 | 0.2 |
| Hex | 32 | 43 | 22 | 19 | 0 | 31 | 4A | 5B | 21 | 14 |
| Octal | 62 | 103 | 42 | 31 | 0 | 61 | 112 | 133 | 41 | 24 |
| Binary | 110010 | 1000011 | 100010 | 11001 | 0 | 110001 | 1001010 | 1011011 | 100001 | 10100 |
Color Harmonies of #324322
Complementary color
Monochromatic Colors of #324322
Black with #324322
Text Example
Text Example
White with #324322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324322; }
p { color: rgb(50,67,34); }
H1.HeaderClassName
{
color: #324322;
}
.AnyTagClassName
{
color: #324322;
}
</style>
background-color css
<style>
a { background-color: #324322; }
a { background-color: rgb(50,67,34); }
div.DivClassName
{
background-color: #324322;
}
.BgClassName
{
background-color: #324322;
}
</style>
border-color css
<style>
span { border-color: #324322; }
span { border-color: rgb(50,67,34); }
td.TdClassName
{
border-color: #324322;
}
.TagClassName
{
border-color: #324322;
}
</style>