Shades of Seaweed #323E20
Tints of Seaweed #323E20
RGB
CMYK
RGB Variations
Color information
#323E20 (or 0x323E20) is known color: Seaweed. HEX triplet: 32, 3E and 20. RGB value is (50,62,32). Sum of RGB (Red+Green+Blue) = 50+62+32=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 62 - color contains mainly: green. Hex color #323E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E20 is #CDC1DF. Grayscale: #373737. Windows color (decimal): -13484512 or 2113074. OLE color: 2113074.
HSL color Cylindrical-coordinate representation of color #323E20: hue angle of 84º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #323E20 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 62 | 32 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.76 |
| HSL | 84º | 0.32% | 0.18% | - |
| HSV(B) | 84º | 0.48% | 0.24% | - |
| XYZ | 3.3 | 4.23 | 2.01 | - |
| YUV | 54.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 32 | 0.19 | 0 | 0.48 | 0.76 | 84 | 0.32 | 0.18 |
| Hex | 32 | 3E | 20 | 13 | 0 | 30 | 4C | 54 | 20 | 12 |
| Octal | 62 | 76 | 40 | 23 | 0 | 60 | 114 | 124 | 40 | 22 |
| Binary | 110010 | 111110 | 100000 | 10011 | 0 | 110000 | 1001100 | 1010100 | 100000 | 10010 |
Color Harmonies of #323E20
Complementary color
Monochromatic Colors of #323E20
Black with #323E20
Text Example
Text Example
White with #323E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E20; }
p { color: rgb(50,62,32); }
H1.HeaderClassName
{
color: #323E20;
}
.AnyTagClassName
{
color: #323E20;
}
</style>
background-color css
<style>
a { background-color: #323E20; }
a { background-color: rgb(50,62,32); }
div.DivClassName
{
background-color: #323E20;
}
.BgClassName
{
background-color: #323E20;
}
</style>
border-color css
<style>
span { border-color: #323E20; }
span { border-color: rgb(50,62,32); }
td.TdClassName
{
border-color: #323E20;
}
.TagClassName
{
border-color: #323E20;
}
</style>