Shades of Seaweed #323D28
Tints of Seaweed #323D28
RGB
CMYK
RGB Variations
Color information
#323D28 (or 0x323D28) is known color: Seaweed. HEX triplet: 32, 3D and 28. RGB value is (50,61,40). Sum of RGB (Red+Green+Blue) = 50+61+40=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 61 - color contains mainly: green. Hex color #323D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D28 is #CDC2D7. Grayscale: #373737. Windows color (decimal): -13484760 or 2637106. OLE color: 2637106.
HSL color Cylindrical-coordinate representation of color #323D28: hue angle of 91.43º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #323D28 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 40 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.76 |
| HSL | 91.43º | 0.21% | 0.2% | - |
| HSV(B) | 91.43º | 0.34% | 0.24% | - |
| XYZ | 3.37 | 4.17 | 2.63 | - |
| YUV | 55.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 40 | 0.18 | 0 | 0.34 | 0.76 | 91.43 | 0.21 | 0.2 |
| Hex | 32 | 3D | 28 | 12 | 0 | 22 | 4C | 5B | 15 | 14 |
| Octal | 62 | 75 | 50 | 22 | 0 | 42 | 114 | 133 | 25 | 24 |
| Binary | 110010 | 111101 | 101000 | 10010 | 0 | 100010 | 1001100 | 1011011 | 10101 | 10100 |
Color Harmonies of #323D28
Complementary color
Monochromatic Colors of #323D28
Black with #323D28
Text Example
Text Example
White with #323D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D28; }
p { color: rgb(50,61,40); }
H1.HeaderClassName
{
color: #323D28;
}
.AnyTagClassName
{
color: #323D28;
}
</style>
background-color css
<style>
a { background-color: #323D28; }
a { background-color: rgb(50,61,40); }
div.DivClassName
{
background-color: #323D28;
}
.BgClassName
{
background-color: #323D28;
}
</style>
border-color css
<style>
span { border-color: #323D28; }
span { border-color: rgb(50,61,40); }
td.TdClassName
{
border-color: #323D28;
}
.TagClassName
{
border-color: #323D28;
}
</style>