Shades of Seaweed #323D21
Tints of Seaweed #323D21
RGB
CMYK
RGB Variations
Color information
#323D21 (or 0x323D21) is known color: Seaweed. HEX triplet: 32, 3D and 21. RGB value is (50,61,33). Sum of RGB (Red+Green+Blue) = 50+61+33=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 61 - color contains mainly: green. Hex color #323D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D21 is #CDC2DE. Grayscale: #363636. Windows color (decimal): -13484767 or 2178354. OLE color: 2178354.
HSL color Cylindrical-coordinate representation of color #323D21: hue angle of 83.57º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #323D21 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 33 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.76 |
| HSL | 83.57º | 0.3% | 0.18% | - |
| HSV(B) | 83.57º | 0.46% | 0.24% | - |
| XYZ | 3.26 | 4.13 | 2.06 | - |
| YUV | 54.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 33 | 0.18 | 0 | 0.46 | 0.76 | 83.57 | 0.3 | 0.18 |
| Hex | 32 | 3D | 21 | 12 | 0 | 2E | 4C | 54 | 1E | 12 |
| Octal | 62 | 75 | 41 | 22 | 0 | 56 | 114 | 124 | 36 | 22 |
| Binary | 110010 | 111101 | 100001 | 10010 | 0 | 101110 | 1001100 | 1010100 | 11110 | 10010 |
Color Harmonies of #323D21
Complementary color
Monochromatic Colors of #323D21
Black with #323D21
Text Example
Text Example
White with #323D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D21; }
p { color: rgb(50,61,33); }
H1.HeaderClassName
{
color: #323D21;
}
.AnyTagClassName
{
color: #323D21;
}
</style>
background-color css
<style>
a { background-color: #323D21; }
a { background-color: rgb(50,61,33); }
div.DivClassName
{
background-color: #323D21;
}
.BgClassName
{
background-color: #323D21;
}
</style>
border-color css
<style>
span { border-color: #323D21; }
span { border-color: rgb(50,61,33); }
td.TdClassName
{
border-color: #323D21;
}
.TagClassName
{
border-color: #323D21;
}
</style>