Shades of Seaweed #324E1D
Tints of Seaweed #324E1D
RGB
CMYK
RGB Variations
Color information
#324E1D (or 0x324E1D) is known color: Seaweed. HEX triplet: 32, 4E and 1D. RGB value is (50,78,29). Sum of RGB (Red+Green+Blue) = 50+78+29=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #324E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324E1D is #CDB1E2. Grayscale: #404040. Windows color (decimal): -13480419 or 1920562. OLE color: 1920562.
HSL color Cylindrical-coordinate representation of color #324E1D: hue angle of 94.29º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324E1D is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 78 | 29 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.69 |
| HSL | 94.29º | 0.46% | 0.21% | - |
| HSV(B) | 94.29º | 0.63% | 0.31% | - |
| XYZ | 4.26 | 6.22 | 2.14 | - |
| YUV | 64.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 29 | 0.36 | 0 | 0.63 | 0.69 | 94.29 | 0.46 | 0.21 |
| Hex | 32 | 4E | 1D | 24 | 0 | 3F | 45 | 5E | 2E | 15 |
| Octal | 62 | 116 | 35 | 44 | 0 | 77 | 105 | 136 | 56 | 25 |
| Binary | 110010 | 1001110 | 11101 | 100100 | 0 | 111111 | 1000101 | 1011110 | 101110 | 10101 |
Color Harmonies of #324E1D
Complementary color
Monochromatic Colors of #324E1D
Black with #324E1D
Text Example
Text Example
White with #324E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324E1D; }
p { color: rgb(50,78,29); }
H1.HeaderClassName
{
color: #324E1D;
}
.AnyTagClassName
{
color: #324E1D;
}
</style>
background-color css
<style>
a { background-color: #324E1D; }
a { background-color: rgb(50,78,29); }
div.DivClassName
{
background-color: #324E1D;
}
.BgClassName
{
background-color: #324E1D;
}
</style>
border-color css
<style>
span { border-color: #324E1D; }
span { border-color: rgb(50,78,29); }
td.TdClassName
{
border-color: #324E1D;
}
.TagClassName
{
border-color: #324E1D;
}
</style>