Shades of Seaweed #324422
Tints of Seaweed #324422
RGB
CMYK
RGB Variations
Color information
#324422 (or 0x324422) is known color: Seaweed. HEX triplet: 32, 44 and 22. RGB value is (50,68,34). Sum of RGB (Red+Green+Blue) = 50+68+34=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #324422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324422 is #CDBBDD. Grayscale: #3A3A3A. Windows color (decimal): -13482974 or 2245682. OLE color: 2245682.
HSL color Cylindrical-coordinate representation of color #324422: hue angle of 91.76º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #324422 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 68 | 34 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.73 |
| HSL | 91.76º | 0.33% | 0.2% | - |
| HSV(B) | 91.76º | 0.5% | 0.27% | - |
| XYZ | 3.67 | 4.93 | 2.27 | - |
| YUV | 58.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 34 | 0.26 | 0 | 0.50 | 0.73 | 91.76 | 0.33 | 0.2 |
| Hex | 32 | 44 | 22 | 1A | 0 | 32 | 49 | 5C | 21 | 14 |
| Octal | 62 | 104 | 42 | 32 | 0 | 62 | 111 | 134 | 41 | 24 |
| Binary | 110010 | 1000100 | 100010 | 11010 | 0 | 110010 | 1001001 | 1011100 | 100001 | 10100 |
Color Harmonies of #324422
Complementary color
Monochromatic Colors of #324422
Black with #324422
Text Example
Text Example
White with #324422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324422; }
p { color: rgb(50,68,34); }
H1.HeaderClassName
{
color: #324422;
}
.AnyTagClassName
{
color: #324422;
}
</style>
background-color css
<style>
a { background-color: #324422; }
a { background-color: rgb(50,68,34); }
div.DivClassName
{
background-color: #324422;
}
.BgClassName
{
background-color: #324422;
}
</style>
border-color css
<style>
span { border-color: #324422; }
span { border-color: rgb(50,68,34); }
td.TdClassName
{
border-color: #324422;
}
.TagClassName
{
border-color: #324422;
}
</style>