Shades of Seaweed #32471C
Tints of Seaweed #32471C
RGB
CMYK
RGB Variations
Color information
#32471C (or 0x32471C) is known color: Seaweed. HEX triplet: 32, 47 and 1C. RGB value is (50,71,28). Sum of RGB (Red+Green+Blue) = 50+71+28=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #32471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32471C is #CDB8E3. Grayscale: #3B3B3B. Windows color (decimal): -13482212 or 1853234. OLE color: 1853234.
HSL color Cylindrical-coordinate representation of color #32471C: hue angle of 89.3º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32471C is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 71 | 28 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.72 |
| HSL | 89.3º | 0.43% | 0.19% | - |
| HSV(B) | 89.3º | 0.61% | 0.28% | - |
| XYZ | 3.78 | 5.27 | 1.92 | - |
| YUV | 59.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 28 | 0.30 | 0 | 0.61 | 0.72 | 89.3 | 0.43 | 0.19 |
| Hex | 32 | 47 | 1C | 1E | 0 | 3D | 48 | 59 | 2B | 13 |
| Octal | 62 | 107 | 34 | 36 | 0 | 75 | 110 | 131 | 53 | 23 |
| Binary | 110010 | 1000111 | 11100 | 11110 | 0 | 111101 | 1001000 | 1011001 | 101011 | 10011 |
Color Harmonies of #32471C
Complementary color
Monochromatic Colors of #32471C
Black with #32471C
Text Example
Text Example
White with #32471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32471C; }
p { color: rgb(50,71,28); }
H1.HeaderClassName
{
color: #32471C;
}
.AnyTagClassName
{
color: #32471C;
}
</style>
background-color css
<style>
a { background-color: #32471C; }
a { background-color: rgb(50,71,28); }
div.DivClassName
{
background-color: #32471C;
}
.BgClassName
{
background-color: #32471C;
}
</style>
border-color css
<style>
span { border-color: #32471C; }
span { border-color: rgb(50,71,28); }
td.TdClassName
{
border-color: #32471C;
}
.TagClassName
{
border-color: #32471C;
}
</style>