Shades of Seaweed #324120
Tints of Seaweed #324120
RGB
CMYK
RGB Variations
Color information
#324120 (or 0x324120) is known color: Seaweed. HEX triplet: 32, 41 and 20. RGB value is (50,65,32). Sum of RGB (Red+Green+Blue) = 50+65+32=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #324120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324120 is #CDBEDF. Grayscale: #383838. Windows color (decimal): -13483744 or 2113842. OLE color: 2113842.
HSL color Cylindrical-coordinate representation of color #324120: hue angle of 87.27º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #324120 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 32 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.75 |
| HSL | 87.27º | 0.34% | 0.19% | - |
| HSV(B) | 87.27º | 0.51% | 0.25% | - |
| XYZ | 3.47 | 4.56 | 2.06 | - |
| YUV | 56.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 32 | 0.23 | 0 | 0.51 | 0.75 | 87.27 | 0.34 | 0.19 |
| Hex | 32 | 41 | 20 | 17 | 0 | 33 | 4B | 57 | 22 | 13 |
| Octal | 62 | 101 | 40 | 27 | 0 | 63 | 113 | 127 | 42 | 23 |
| Binary | 110010 | 1000001 | 100000 | 10111 | 0 | 110011 | 1001011 | 1010111 | 100010 | 10011 |
Color Harmonies of #324120
Complementary color
Monochromatic Colors of #324120
Black with #324120
Text Example
Text Example
White with #324120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324120; }
p { color: rgb(50,65,32); }
H1.HeaderClassName
{
color: #324120;
}
.AnyTagClassName
{
color: #324120;
}
</style>
background-color css
<style>
a { background-color: #324120; }
a { background-color: rgb(50,65,32); }
div.DivClassName
{
background-color: #324120;
}
.BgClassName
{
background-color: #324120;
}
</style>
border-color css
<style>
span { border-color: #324120; }
span { border-color: rgb(50,65,32); }
td.TdClassName
{
border-color: #324120;
}
.TagClassName
{
border-color: #324120;
}
</style>