Shades of Seaweed #32441C
Tints of Seaweed #32441C
RGB
CMYK
RGB Variations
Color information
#32441C (or 0x32441C) is known color: Seaweed. HEX triplet: 32, 44 and 1C. RGB value is (50,68,28). Sum of RGB (Red+Green+Blue) = 50+68+28=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #32441C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32441C is #CDBBE3. Grayscale: #3A3A3A. Windows color (decimal): -13482980 or 1852466. OLE color: 1852466.
HSL color Cylindrical-coordinate representation of color #32441C: hue angle of 87º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32441C is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 68 | 28 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.73 |
| HSL | 87º | 0.42% | 0.19% | - |
| HSV(B) | 87º | 0.59% | 0.27% | - |
| XYZ | 3.59 | 4.9 | 1.85 | - |
| YUV | 58.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 28 | 0.26 | 0 | 0.59 | 0.73 | 87 | 0.42 | 0.19 |
| Hex | 32 | 44 | 1C | 1A | 0 | 3B | 49 | 57 | 2A | 13 |
| Octal | 62 | 104 | 34 | 32 | 0 | 73 | 111 | 127 | 52 | 23 |
| Binary | 110010 | 1000100 | 11100 | 11010 | 0 | 111011 | 1001001 | 1010111 | 101010 | 10011 |
Color Harmonies of #32441C
Complementary color
Monochromatic Colors of #32441C
Black with #32441C
Text Example
Text Example
White with #32441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32441C; }
p { color: rgb(50,68,28); }
H1.HeaderClassName
{
color: #32441C;
}
.AnyTagClassName
{
color: #32441C;
}
</style>
background-color css
<style>
a { background-color: #32441C; }
a { background-color: rgb(50,68,28); }
div.DivClassName
{
background-color: #32441C;
}
.BgClassName
{
background-color: #32441C;
}
</style>
border-color css
<style>
span { border-color: #32441C; }
span { border-color: rgb(50,68,28); }
td.TdClassName
{
border-color: #32441C;
}
.TagClassName
{
border-color: #32441C;
}
</style>