Shades of Seaweed #324226
Tints of Seaweed #324226
RGB
CMYK
RGB Variations
Color information
#324226 (or 0x324226) is known color: Seaweed. HEX triplet: 32, 42 and 26. RGB value is (50,66,38). Sum of RGB (Red+Green+Blue) = 50+66+38=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #324226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324226 is #CDBDD9. Grayscale: #3A3A3A. Windows color (decimal): -13483482 or 2507314. OLE color: 2507314.
HSL color Cylindrical-coordinate representation of color #324226: hue angle of 94.29º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #324226 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 66 | 38 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.74 |
| HSL | 94.29º | 0.27% | 0.2% | - |
| HSV(B) | 94.29º | 0.42% | 0.26% | - |
| XYZ | 3.61 | 4.71 | 2.55 | - |
| YUV | 58.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 38 | 0.24 | 0 | 0.42 | 0.74 | 94.29 | 0.27 | 0.2 |
| Hex | 32 | 42 | 26 | 18 | 0 | 2A | 4A | 5E | 1B | 14 |
| Octal | 62 | 102 | 46 | 30 | 0 | 52 | 112 | 136 | 33 | 24 |
| Binary | 110010 | 1000010 | 100110 | 11000 | 0 | 101010 | 1001010 | 1011110 | 11011 | 10100 |
Color Harmonies of #324226
Complementary color
Monochromatic Colors of #324226
Black with #324226
Text Example
Text Example
White with #324226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324226; }
p { color: rgb(50,66,38); }
H1.HeaderClassName
{
color: #324226;
}
.AnyTagClassName
{
color: #324226;
}
</style>
background-color css
<style>
a { background-color: #324226; }
a { background-color: rgb(50,66,38); }
div.DivClassName
{
background-color: #324226;
}
.BgClassName
{
background-color: #324226;
}
</style>
border-color css
<style>
span { border-color: #324226; }
span { border-color: rgb(50,66,38); }
td.TdClassName
{
border-color: #324226;
}
.TagClassName
{
border-color: #324226;
}
</style>