Shades of Seaweed #324520
Tints of Seaweed #324520
RGB
CMYK
RGB Variations
Color information
#324520 (or 0x324520) is known color: Seaweed. HEX triplet: 32, 45 and 20. RGB value is (50,69,32). Sum of RGB (Red+Green+Blue) = 50+69+32=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #324520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324520 is #CDBADF. Grayscale: #3B3B3B. Windows color (decimal): -13482720 or 2114866. OLE color: 2114866.
HSL color Cylindrical-coordinate representation of color #324520: hue angle of 90.81º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #324520 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 32 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.73 |
| HSL | 90.81º | 0.37% | 0.2% | - |
| HSV(B) | 90.81º | 0.54% | 0.27% | - |
| XYZ | 3.7 | 5.04 | 2.14 | - |
| YUV | 59.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 32 | 0.28 | 0 | 0.54 | 0.73 | 90.81 | 0.37 | 0.2 |
| Hex | 32 | 45 | 20 | 1C | 0 | 36 | 49 | 5B | 25 | 14 |
| Octal | 62 | 105 | 40 | 34 | 0 | 66 | 111 | 133 | 45 | 24 |
| Binary | 110010 | 1000101 | 100000 | 11100 | 0 | 110110 | 1001001 | 1011011 | 100101 | 10100 |
Color Harmonies of #324520
Complementary color
Monochromatic Colors of #324520
Black with #324520
Text Example
Text Example
White with #324520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324520; }
p { color: rgb(50,69,32); }
H1.HeaderClassName
{
color: #324520;
}
.AnyTagClassName
{
color: #324520;
}
</style>
background-color css
<style>
a { background-color: #324520; }
a { background-color: rgb(50,69,32); }
div.DivClassName
{
background-color: #324520;
}
.BgClassName
{
background-color: #324520;
}
</style>
border-color css
<style>
span { border-color: #324520; }
span { border-color: rgb(50,69,32); }
td.TdClassName
{
border-color: #324520;
}
.TagClassName
{
border-color: #324520;
}
</style>