Shades of Seaweed #32421E
Tints of Seaweed #32421E
RGB
CMYK
RGB Variations
Color information
#32421E (or 0x32421E) is known color: Seaweed. HEX triplet: 32, 42 and 1E. RGB value is (50,66,30). Sum of RGB (Red+Green+Blue) = 50+66+30=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #32421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32421E is #CDBDE1. Grayscale: #393939. Windows color (decimal): -13483490 or 1983026. OLE color: 1983026.
HSL color Cylindrical-coordinate representation of color #32421E: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32421E is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 66 | 30 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.74 |
| HSL | 86.67º | 0.38% | 0.19% | - |
| HSV(B) | 86.67º | 0.55% | 0.26% | - |
| XYZ | 3.5 | 4.67 | 1.95 | - |
| YUV | 57.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 30 | 0.24 | 0 | 0.55 | 0.74 | 86.67 | 0.38 | 0.19 |
| Hex | 32 | 42 | 1E | 18 | 0 | 37 | 4A | 57 | 26 | 13 |
| Octal | 62 | 102 | 36 | 30 | 0 | 67 | 112 | 127 | 46 | 23 |
| Binary | 110010 | 1000010 | 11110 | 11000 | 0 | 110111 | 1001010 | 1010111 | 100110 | 10011 |
Color Harmonies of #32421E
Complementary color
Monochromatic Colors of #32421E
Black with #32421E
Text Example
Text Example
White with #32421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32421E; }
p { color: rgb(50,66,30); }
H1.HeaderClassName
{
color: #32421E;
}
.AnyTagClassName
{
color: #32421E;
}
</style>
background-color css
<style>
a { background-color: #32421E; }
a { background-color: rgb(50,66,30); }
div.DivClassName
{
background-color: #32421E;
}
.BgClassName
{
background-color: #32421E;
}
</style>
border-color css
<style>
span { border-color: #32421E; }
span { border-color: rgb(50,66,30); }
td.TdClassName
{
border-color: #32421E;
}
.TagClassName
{
border-color: #32421E;
}
</style>