Shades of Seaweed #32501B
Tints of Seaweed #32501B
RGB
CMYK
RGB Variations
Color information
#32501B (or 0x32501B) is known color: Seaweed. HEX triplet: 32, 50 and 1B. RGB value is (50,80,27). Sum of RGB (Red+Green+Blue) = 50+80+27=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #32501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32501B is #CDAFE4. Grayscale: #414141. Windows color (decimal): -13479909 or 1790002. OLE color: 1790002.
HSL color Cylindrical-coordinate representation of color #32501B: hue angle of 93.96º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32501B is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 27 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.69 |
| HSL | 93.96º | 0.5% | 0.21% | - |
| HSV(B) | 93.96º | 0.66% | 0.31% | - |
| XYZ | 4.38 | 6.49 | 2.06 | - |
| YUV | 64.99 | 106.56 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 27 | 0.37 | 0 | 0.66 | 0.69 | 93.96 | 0.5 | 0.21 |
| Hex | 32 | 50 | 1B | 25 | 0 | 42 | 45 | 5E | 32 | 15 |
| Octal | 62 | 120 | 33 | 45 | 0 | 102 | 105 | 136 | 62 | 25 |
| Binary | 110010 | 1010000 | 11011 | 100101 | 0 | 1000010 | 1000101 | 1011110 | 110010 | 10101 |
Color Harmonies of #32501B
Complementary color
Monochromatic Colors of #32501B
Black with #32501B
Text Example
Text Example
White with #32501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32501B; }
p { color: rgb(50,80,27); }
H1.HeaderClassName
{
color: #32501B;
}
.AnyTagClassName
{
color: #32501B;
}
</style>
background-color css
<style>
a { background-color: #32501B; }
a { background-color: rgb(50,80,27); }
div.DivClassName
{
background-color: #32501B;
}
.BgClassName
{
background-color: #32501B;
}
</style>
border-color css
<style>
span { border-color: #32501B; }
span { border-color: rgb(50,80,27); }
td.TdClassName
{
border-color: #32501B;
}
.TagClassName
{
border-color: #32501B;
}
</style>