Shades of Seaweed #324122
Tints of Seaweed #324122
RGB
CMYK
RGB Variations
Color information
#324122 (or 0x324122) is known color: Seaweed. HEX triplet: 32, 41 and 22. RGB value is (50,65,34). Sum of RGB (Red+Green+Blue) = 50+65+34=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #324122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324122 is #CDBEDD. Grayscale: #393939. Windows color (decimal): -13483742 or 2244914. OLE color: 2244914.
HSL color Cylindrical-coordinate representation of color #324122: hue angle of 89.03º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #324122 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 34 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.75 |
| HSL | 89.03º | 0.31% | 0.19% | - |
| HSV(B) | 89.03º | 0.48% | 0.25% | - |
| XYZ | 3.49 | 4.57 | 2.21 | - |
| YUV | 56.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 34 | 0.23 | 0 | 0.48 | 0.75 | 89.03 | 0.31 | 0.19 |
| Hex | 32 | 41 | 22 | 17 | 0 | 30 | 4B | 59 | 1F | 13 |
| Octal | 62 | 101 | 42 | 27 | 0 | 60 | 113 | 131 | 37 | 23 |
| Binary | 110010 | 1000001 | 100010 | 10111 | 0 | 110000 | 1001011 | 1011001 | 11111 | 10011 |
Color Harmonies of #324122
Complementary color
Monochromatic Colors of #324122
Black with #324122
Text Example
Text Example
White with #324122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324122; }
p { color: rgb(50,65,34); }
H1.HeaderClassName
{
color: #324122;
}
.AnyTagClassName
{
color: #324122;
}
</style>
background-color css
<style>
a { background-color: #324122; }
a { background-color: rgb(50,65,34); }
div.DivClassName
{
background-color: #324122;
}
.BgClassName
{
background-color: #324122;
}
</style>
border-color css
<style>
span { border-color: #324122; }
span { border-color: rgb(50,65,34); }
td.TdClassName
{
border-color: #324122;
}
.TagClassName
{
border-color: #324122;
}
</style>