Shades of Seaweed #323D27
Tints of Seaweed #323D27
RGB
CMYK
RGB Variations
Color information
#323D27 (or 0x323D27) is known color: Seaweed. HEX triplet: 32, 3D and 27. RGB value is (50,61,39). Sum of RGB (Red+Green+Blue) = 50+61+39=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 61 - color contains mainly: green. Hex color #323D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D27 is #CDC2D8. Grayscale: #373737. Windows color (decimal): -13484761 or 2571570. OLE color: 2571570.
HSL color Cylindrical-coordinate representation of color #323D27: hue angle of 90º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #323D27 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 39 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.76 |
| HSL | 90º | 0.22% | 0.2% | - |
| HSV(B) | 90º | 0.36% | 0.24% | - |
| XYZ | 3.35 | 4.16 | 2.55 | - |
| YUV | 55.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 39 | 0.18 | 0 | 0.36 | 0.76 | 90 | 0.22 | 0.2 |
| Hex | 32 | 3D | 27 | 12 | 0 | 24 | 4C | 5A | 16 | 14 |
| Octal | 62 | 75 | 47 | 22 | 0 | 44 | 114 | 132 | 26 | 24 |
| Binary | 110010 | 111101 | 100111 | 10010 | 0 | 100100 | 1001100 | 1011010 | 10110 | 10100 |
Color Harmonies of #323D27
Complementary color
Monochromatic Colors of #323D27
Black with #323D27
Text Example
Text Example
White with #323D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D27; }
p { color: rgb(50,61,39); }
H1.HeaderClassName
{
color: #323D27;
}
.AnyTagClassName
{
color: #323D27;
}
</style>
background-color css
<style>
a { background-color: #323D27; }
a { background-color: rgb(50,61,39); }
div.DivClassName
{
background-color: #323D27;
}
.BgClassName
{
background-color: #323D27;
}
</style>
border-color css
<style>
span { border-color: #323D27; }
span { border-color: rgb(50,61,39); }
td.TdClassName
{
border-color: #323D27;
}
.TagClassName
{
border-color: #323D27;
}
</style>