Shades of Seaweed #32451B
Tints of Seaweed #32451B
RGB
CMYK
RGB Variations
Color information
#32451B (or 0x32451B) is known color: Seaweed. HEX triplet: 32, 45 and 1B. RGB value is (50,69,27). Sum of RGB (Red+Green+Blue) = 50+69+27=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #32451B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32451B is #CDBAE4. Grayscale: #3A3A3A. Windows color (decimal): -13482725 or 1787186. OLE color: 1787186.
HSL color Cylindrical-coordinate representation of color #32451B: hue angle of 87.14º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32451B is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 27 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.73 |
| HSL | 87.14º | 0.44% | 0.19% | - |
| HSV(B) | 87.14º | 0.61% | 0.27% | - |
| XYZ | 3.64 | 5.01 | 1.81 | - |
| YUV | 58.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 27 | 0.28 | 0 | 0.61 | 0.73 | 87.14 | 0.44 | 0.19 |
| Hex | 32 | 45 | 1B | 1C | 0 | 3D | 49 | 57 | 2C | 13 |
| Octal | 62 | 105 | 33 | 34 | 0 | 75 | 111 | 127 | 54 | 23 |
| Binary | 110010 | 1000101 | 11011 | 11100 | 0 | 111101 | 1001001 | 1010111 | 101100 | 10011 |
Color Harmonies of #32451B
Complementary color
Monochromatic Colors of #32451B
Black with #32451B
Text Example
Text Example
White with #32451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32451B; }
p { color: rgb(50,69,27); }
H1.HeaderClassName
{
color: #32451B;
}
.AnyTagClassName
{
color: #32451B;
}
</style>
background-color css
<style>
a { background-color: #32451B; }
a { background-color: rgb(50,69,27); }
div.DivClassName
{
background-color: #32451B;
}
.BgClassName
{
background-color: #32451B;
}
</style>
border-color css
<style>
span { border-color: #32451B; }
span { border-color: rgb(50,69,27); }
td.TdClassName
{
border-color: #32451B;
}
.TagClassName
{
border-color: #32451B;
}
</style>