Shades of Seaweed #324126
Tints of Seaweed #324126
RGB
CMYK
RGB Variations
Color information
#324126 (or 0x324126) is known color: Seaweed. HEX triplet: 32, 41 and 26. RGB value is (50,65,38). Sum of RGB (Red+Green+Blue) = 50+65+38=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #324126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324126 is #CDBED9. Grayscale: #393939. Windows color (decimal): -13483738 or 2507058. OLE color: 2507058.
HSL color Cylindrical-coordinate representation of color #324126: hue angle of 93.33º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #324126 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 38 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.75 |
| HSL | 93.33º | 0.26% | 0.2% | - |
| HSV(B) | 93.33º | 0.42% | 0.25% | - |
| XYZ | 3.56 | 4.6 | 2.53 | - |
| YUV | 57.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 38 | 0.23 | 0 | 0.42 | 0.75 | 93.33 | 0.26 | 0.2 |
| Hex | 32 | 41 | 26 | 17 | 0 | 2A | 4B | 5D | 1A | 14 |
| Octal | 62 | 101 | 46 | 27 | 0 | 52 | 113 | 135 | 32 | 24 |
| Binary | 110010 | 1000001 | 100110 | 10111 | 0 | 101010 | 1001011 | 1011101 | 11010 | 10100 |
Color Harmonies of #324126
Complementary color
Monochromatic Colors of #324126
Black with #324126
Text Example
Text Example
White with #324126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324126; }
p { color: rgb(50,65,38); }
H1.HeaderClassName
{
color: #324126;
}
.AnyTagClassName
{
color: #324126;
}
</style>
background-color css
<style>
a { background-color: #324126; }
a { background-color: rgb(50,65,38); }
div.DivClassName
{
background-color: #324126;
}
.BgClassName
{
background-color: #324126;
}
</style>
border-color css
<style>
span { border-color: #324126; }
span { border-color: rgb(50,65,38); }
td.TdClassName
{
border-color: #324126;
}
.TagClassName
{
border-color: #324126;
}
</style>