Shades of Seaweed #32421C
Tints of Seaweed #32421C
RGB
CMYK
RGB Variations
Color information
#32421C (or 0x32421C) is known color: Seaweed. HEX triplet: 32, 42 and 1C. RGB value is (50,66,28). Sum of RGB (Red+Green+Blue) = 50+66+28=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #32421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32421C is #CDBDE3. Grayscale: #393939. Windows color (decimal): -13483492 or 1851954. OLE color: 1851954.
HSL color Cylindrical-coordinate representation of color #32421C: hue angle of 85.26º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32421C is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 66 | 28 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.74 |
| HSL | 85.26º | 0.4% | 0.18% | - |
| HSV(B) | 85.26º | 0.58% | 0.26% | - |
| XYZ | 3.47 | 4.66 | 1.81 | - |
| YUV | 56.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 28 | 0.24 | 0 | 0.58 | 0.74 | 85.26 | 0.4 | 0.18 |
| Hex | 32 | 42 | 1C | 18 | 0 | 3A | 4A | 55 | 28 | 12 |
| Octal | 62 | 102 | 34 | 30 | 0 | 72 | 112 | 125 | 50 | 22 |
| Binary | 110010 | 1000010 | 11100 | 11000 | 0 | 111010 | 1001010 | 1010101 | 101000 | 10010 |
Color Harmonies of #32421C
Complementary color
Monochromatic Colors of #32421C
Black with #32421C
Text Example
Text Example
White with #32421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32421C; }
p { color: rgb(50,66,28); }
H1.HeaderClassName
{
color: #32421C;
}
.AnyTagClassName
{
color: #32421C;
}
</style>
background-color css
<style>
a { background-color: #32421C; }
a { background-color: rgb(50,66,28); }
div.DivClassName
{
background-color: #32421C;
}
.BgClassName
{
background-color: #32421C;
}
</style>
border-color css
<style>
span { border-color: #32421C; }
span { border-color: rgb(50,66,28); }
td.TdClassName
{
border-color: #32421C;
}
.TagClassName
{
border-color: #32421C;
}
</style>