Shades of Seaweed #32481F
Tints of Seaweed #32481F
RGB
CMYK
RGB Variations
Color information
#32481F (or 0x32481F) is known color: Seaweed. HEX triplet: 32, 48 and 1F. RGB value is (50,72,31). Sum of RGB (Red+Green+Blue) = 50+72+31=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #32481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32481F is #CDB7E0. Grayscale: #3C3C3C. Windows color (decimal): -13481953 or 2050098. OLE color: 2050098.
HSL color Cylindrical-coordinate representation of color #32481F: hue angle of 92.2º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32481F is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 72 | 31 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.72 |
| HSL | 92.2º | 0.4% | 0.2% | - |
| HSV(B) | 92.2º | 0.57% | 0.28% | - |
| XYZ | 3.88 | 5.41 | 2.14 | - |
| YUV | 60.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 31 | 0.31 | 0 | 0.57 | 0.72 | 92.2 | 0.4 | 0.2 |
| Hex | 32 | 48 | 1F | 1F | 0 | 39 | 48 | 5C | 28 | 14 |
| Octal | 62 | 110 | 37 | 37 | 0 | 71 | 110 | 134 | 50 | 24 |
| Binary | 110010 | 1001000 | 11111 | 11111 | 0 | 111001 | 1001000 | 1011100 | 101000 | 10100 |
Color Harmonies of #32481F
Complementary color
Monochromatic Colors of #32481F
Black with #32481F
Text Example
Text Example
White with #32481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32481F; }
p { color: rgb(50,72,31); }
H1.HeaderClassName
{
color: #32481F;
}
.AnyTagClassName
{
color: #32481F;
}
</style>
background-color css
<style>
a { background-color: #32481F; }
a { background-color: rgb(50,72,31); }
div.DivClassName
{
background-color: #32481F;
}
.BgClassName
{
background-color: #32481F;
}
</style>
border-color css
<style>
span { border-color: #32481F; }
span { border-color: rgb(50,72,31); }
td.TdClassName
{
border-color: #32481F;
}
.TagClassName
{
border-color: #32481F;
}
</style>