Shades of Seaweed #324720
Tints of Seaweed #324720
RGB
CMYK
RGB Variations
Color information
#324720 (or 0x324720) is known color: Seaweed. HEX triplet: 32, 47 and 20. RGB value is (50,71,32). Sum of RGB (Red+Green+Blue) = 50+71+32=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #324720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324720 is #CDB8DF. Grayscale: #3C3C3C. Windows color (decimal): -13482208 or 2115378. OLE color: 2115378.
HSL color Cylindrical-coordinate representation of color #324720: hue angle of 92.31º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #324720 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 71 | 32 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.72 |
| HSL | 92.31º | 0.38% | 0.2% | - |
| HSV(B) | 92.31º | 0.55% | 0.28% | - |
| XYZ | 3.83 | 5.29 | 2.19 | - |
| YUV | 60.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 32 | 0.30 | 0 | 0.55 | 0.72 | 92.31 | 0.38 | 0.2 |
| Hex | 32 | 47 | 20 | 1E | 0 | 37 | 48 | 5C | 26 | 14 |
| Octal | 62 | 107 | 40 | 36 | 0 | 67 | 110 | 134 | 46 | 24 |
| Binary | 110010 | 1000111 | 100000 | 11110 | 0 | 110111 | 1001000 | 1011100 | 100110 | 10100 |
Color Harmonies of #324720
Complementary color
Monochromatic Colors of #324720
Black with #324720
Text Example
Text Example
White with #324720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324720; }
p { color: rgb(50,71,32); }
H1.HeaderClassName
{
color: #324720;
}
.AnyTagClassName
{
color: #324720;
}
</style>
background-color css
<style>
a { background-color: #324720; }
a { background-color: rgb(50,71,32); }
div.DivClassName
{
background-color: #324720;
}
.BgClassName
{
background-color: #324720;
}
</style>
border-color css
<style>
span { border-color: #324720; }
span { border-color: rgb(50,71,32); }
td.TdClassName
{
border-color: #324720;
}
.TagClassName
{
border-color: #324720;
}
</style>