Shades of Seaweed #32362D
Tints of Seaweed #32362D
RGB
CMYK
RGB Variations
Color information
#32362D (or 0x32362D) is known color: Seaweed. HEX triplet: 32, 36 and 2D. RGB value is (50,54,45). Sum of RGB (Red+Green+Blue) = 50+54+45=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 54 - color contains mainly: green. Hex color #32362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32362D is #CDC9D2. Grayscale: #333333. Windows color (decimal): -13486547 or 2962994. OLE color: 2962994.
HSL color Cylindrical-coordinate representation of color #32362D: hue angle of 86.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #32362D is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 54 | 45 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.79 |
| HSL | 86.67º | 0.09% | 0.19% | - |
| HSV(B) | 86.67º | 0.17% | 0.21% | - |
| XYZ | 3.11 | 3.51 | 3 | - |
| YUV | 51.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 45 | 0.07 | 0 | 0.17 | 0.79 | 86.67 | 0.09 | 0.19 |
| Hex | 32 | 36 | 2D | 7 | 0 | 11 | 4F | 57 | 9 | 13 |
| Octal | 62 | 66 | 55 | 7 | 0 | 21 | 117 | 127 | 11 | 23 |
| Binary | 110010 | 110110 | 101101 | 111 | 0 | 10001 | 1001111 | 1010111 | 1001 | 10011 |
Color Harmonies of #32362D
Complementary color
Monochromatic Colors of #32362D
Black with #32362D
Text Example
Text Example
White with #32362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32362D; }
p { color: rgb(50,54,45); }
H1.HeaderClassName
{
color: #32362D;
}
.AnyTagClassName
{
color: #32362D;
}
</style>
background-color css
<style>
a { background-color: #32362D; }
a { background-color: rgb(50,54,45); }
div.DivClassName
{
background-color: #32362D;
}
.BgClassName
{
background-color: #32362D;
}
</style>
border-color css
<style>
span { border-color: #32362D; }
span { border-color: rgb(50,54,45); }
td.TdClassName
{
border-color: #32362D;
}
.TagClassName
{
border-color: #32362D;
}
</style>