Shades of Seaweed #32491C
Tints of Seaweed #32491C
RGB
CMYK
RGB Variations
Color information
#32491C (or 0x32491C) is known color: Seaweed. HEX triplet: 32, 49 and 1C. RGB value is (50,73,28). Sum of RGB (Red+Green+Blue) = 50+73+28=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #32491C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32491C is #CDB6E3. Grayscale: #3D3D3D. Windows color (decimal): -13481700 or 1853746. OLE color: 1853746.
HSL color Cylindrical-coordinate representation of color #32491C: hue angle of 90.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32491C is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 73 | 28 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.71 |
| HSL | 90.67º | 0.45% | 0.2% | - |
| HSV(B) | 90.67º | 0.62% | 0.29% | - |
| XYZ | 3.91 | 5.53 | 1.96 | - |
| YUV | 60.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 28 | 0.32 | 0 | 0.62 | 0.71 | 90.67 | 0.45 | 0.2 |
| Hex | 32 | 49 | 1C | 20 | 0 | 3E | 47 | 5B | 2D | 14 |
| Octal | 62 | 111 | 34 | 40 | 0 | 76 | 107 | 133 | 55 | 24 |
| Binary | 110010 | 1001001 | 11100 | 100000 | 0 | 111110 | 1000111 | 1011011 | 101101 | 10100 |
Color Harmonies of #32491C
Complementary color
Monochromatic Colors of #32491C
Black with #32491C
Text Example
Text Example
White with #32491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32491C; }
p { color: rgb(50,73,28); }
H1.HeaderClassName
{
color: #32491C;
}
.AnyTagClassName
{
color: #32491C;
}
</style>
background-color css
<style>
a { background-color: #32491C; }
a { background-color: rgb(50,73,28); }
div.DivClassName
{
background-color: #32491C;
}
.BgClassName
{
background-color: #32491C;
}
</style>
border-color css
<style>
span { border-color: #32491C; }
span { border-color: rgb(50,73,28); }
td.TdClassName
{
border-color: #32491C;
}
.TagClassName
{
border-color: #32491C;
}
</style>