Shades of Seaweed #32521A
Tints of Seaweed #32521A
RGB
CMYK
RGB Variations
Color information
#32521A (or 0x32521A) is known color: Seaweed. HEX triplet: 32, 52 and 1A. RGB value is (50,82,26). Sum of RGB (Red+Green+Blue) = 50+82+26=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #32521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32521A is #CDADE5. Grayscale: #424242. Windows color (decimal): -13479398 or 1724978. OLE color: 1724978.
HSL color Cylindrical-coordinate representation of color #32521A: hue angle of 94.29º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32521A is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 26 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.68 |
| HSL | 94.29º | 0.52% | 0.21% | - |
| HSV(B) | 94.29º | 0.68% | 0.32% | - |
| XYZ | 4.52 | 6.79 | 2.05 | - |
| YUV | 66.05 | 105.4 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 26 | 0.39 | 0 | 0.68 | 0.68 | 94.29 | 0.52 | 0.21 |
| Hex | 32 | 52 | 1A | 27 | 0 | 44 | 44 | 5E | 34 | 15 |
| Octal | 62 | 122 | 32 | 47 | 0 | 104 | 104 | 136 | 64 | 25 |
| Binary | 110010 | 1010010 | 11010 | 100111 | 0 | 1000100 | 1000100 | 1011110 | 110100 | 10101 |
Color Harmonies of #32521A
Complementary color
Monochromatic Colors of #32521A
Black with #32521A
Text Example
Text Example
White with #32521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32521A; }
p { color: rgb(50,82,26); }
H1.HeaderClassName
{
color: #32521A;
}
.AnyTagClassName
{
color: #32521A;
}
</style>
background-color css
<style>
a { background-color: #32521A; }
a { background-color: rgb(50,82,26); }
div.DivClassName
{
background-color: #32521A;
}
.BgClassName
{
background-color: #32521A;
}
</style>
border-color css
<style>
span { border-color: #32521A; }
span { border-color: rgb(50,82,26); }
td.TdClassName
{
border-color: #32521A;
}
.TagClassName
{
border-color: #32521A;
}
</style>