Shades of Seaweed #32491B
Tints of Seaweed #32491B
RGB
CMYK
RGB Variations
Color information
#32491B (or 0x32491B) is known color: Seaweed. HEX triplet: 32, 49 and 1B. RGB value is (50,73,27). Sum of RGB (Red+Green+Blue) = 50+73+27=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #32491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32491B is #CDB6E4. Grayscale: #3D3D3D. Windows color (decimal): -13481701 or 1788210. OLE color: 1788210.
HSL color Cylindrical-coordinate representation of color #32491B: hue angle of 90º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32491B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 73 | 27 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.71 |
| HSL | 90º | 0.46% | 0.2% | - |
| HSV(B) | 90º | 0.63% | 0.29% | - |
| XYZ | 3.9 | 5.52 | 1.9 | - |
| YUV | 60.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 27 | 0.32 | 0 | 0.63 | 0.71 | 90 | 0.46 | 0.2 |
| Hex | 32 | 49 | 1B | 20 | 0 | 3F | 47 | 5A | 2E | 14 |
| Octal | 62 | 111 | 33 | 40 | 0 | 77 | 107 | 132 | 56 | 24 |
| Binary | 110010 | 1001001 | 11011 | 100000 | 0 | 111111 | 1000111 | 1011010 | 101110 | 10100 |
Color Harmonies of #32491B
Complementary color
Monochromatic Colors of #32491B
Black with #32491B
Text Example
Text Example
White with #32491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32491B; }
p { color: rgb(50,73,27); }
H1.HeaderClassName
{
color: #32491B;
}
.AnyTagClassName
{
color: #32491B;
}
</style>
background-color css
<style>
a { background-color: #32491B; }
a { background-color: rgb(50,73,27); }
div.DivClassName
{
background-color: #32491B;
}
.BgClassName
{
background-color: #32491B;
}
</style>
border-color css
<style>
span { border-color: #32491B; }
span { border-color: rgb(50,73,27); }
td.TdClassName
{
border-color: #32491B;
}
.TagClassName
{
border-color: #32491B;
}
</style>