Shades of Seaweed #324920
Tints of Seaweed #324920
RGB
CMYK
RGB Variations
Color information
#324920 (or 0x324920) is known color: Seaweed. HEX triplet: 32, 49 and 20. RGB value is (50,73,32). Sum of RGB (Red+Green+Blue) = 50+73+32=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #324920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324920 is #CDB6DF. Grayscale: #3D3D3D. Windows color (decimal): -13481696 or 2115890. OLE color: 2115890.
HSL color Cylindrical-coordinate representation of color #324920: hue angle of 93.66º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #324920 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 73 | 32 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.71 |
| HSL | 93.66º | 0.39% | 0.21% | - |
| HSV(B) | 93.66º | 0.56% | 0.29% | - |
| XYZ | 3.96 | 5.55 | 2.23 | - |
| YUV | 61.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 32 | 0.32 | 0 | 0.56 | 0.71 | 93.66 | 0.39 | 0.21 |
| Hex | 32 | 49 | 20 | 20 | 0 | 38 | 47 | 5E | 27 | 15 |
| Octal | 62 | 111 | 40 | 40 | 0 | 70 | 107 | 136 | 47 | 25 |
| Binary | 110010 | 1001001 | 100000 | 100000 | 0 | 111000 | 1000111 | 1011110 | 100111 | 10101 |
Color Harmonies of #324920
Complementary color
Monochromatic Colors of #324920
Black with #324920
Text Example
Text Example
White with #324920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324920; }
p { color: rgb(50,73,32); }
H1.HeaderClassName
{
color: #324920;
}
.AnyTagClassName
{
color: #324920;
}
</style>
background-color css
<style>
a { background-color: #324920; }
a { background-color: rgb(50,73,32); }
div.DivClassName
{
background-color: #324920;
}
.BgClassName
{
background-color: #324920;
}
</style>
border-color css
<style>
span { border-color: #324920; }
span { border-color: rgb(50,73,32); }
td.TdClassName
{
border-color: #324920;
}
.TagClassName
{
border-color: #324920;
}
</style>