Shades of Seaweed #323C28
Tints of Seaweed #323C28
RGB
CMYK
RGB Variations
Color information
#323C28 (or 0x323C28) is known color: Seaweed. HEX triplet: 32, 3C and 28. RGB value is (50,60,40). Sum of RGB (Red+Green+Blue) = 50+60+40=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 60 - color contains mainly: green. Hex color #323C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C28 is #CDC3D7. Grayscale: #363636. Windows color (decimal): -13485016 or 2636850. OLE color: 2636850.
HSL color Cylindrical-coordinate representation of color #323C28: hue angle of 90º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #323C28 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 40 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.76 |
| HSL | 90º | 0.2% | 0.2% | - |
| HSV(B) | 90º | 0.33% | 0.24% | - |
| XYZ | 3.31 | 4.06 | 2.62 | - |
| YUV | 54.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 40 | 0.17 | 0 | 0.33 | 0.76 | 90 | 0.2 | 0.2 |
| Hex | 32 | 3C | 28 | 11 | 0 | 21 | 4C | 5A | 14 | 14 |
| Octal | 62 | 74 | 50 | 21 | 0 | 41 | 114 | 132 | 24 | 24 |
| Binary | 110010 | 111100 | 101000 | 10001 | 0 | 100001 | 1001100 | 1011010 | 10100 | 10100 |
Color Harmonies of #323C28
Complementary color
Monochromatic Colors of #323C28
Black with #323C28
Text Example
Text Example
White with #323C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C28; }
p { color: rgb(50,60,40); }
H1.HeaderClassName
{
color: #323C28;
}
.AnyTagClassName
{
color: #323C28;
}
</style>
background-color css
<style>
a { background-color: #323C28; }
a { background-color: rgb(50,60,40); }
div.DivClassName
{
background-color: #323C28;
}
.BgClassName
{
background-color: #323C28;
}
</style>
border-color css
<style>
span { border-color: #323C28; }
span { border-color: rgb(50,60,40); }
td.TdClassName
{
border-color: #323C28;
}
.TagClassName
{
border-color: #323C28;
}
</style>