Shades of Seaweed #325319
Tints of Seaweed #325319
RGB
CMYK
RGB Variations
Color information
#325319 (or 0x325319) is known color: Seaweed. HEX triplet: 32, 53 and 19. RGB value is (50,83,25). Sum of RGB (Red+Green+Blue) = 50+83+25=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #325319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325319 is #CDACE6. Grayscale: #424242. Windows color (decimal): -13479143 or 1659698. OLE color: 1659698.
HSL color Cylindrical-coordinate representation of color #325319: hue angle of 94.14º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #325319 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 25 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.67 |
| HSL | 94.14º | 0.54% | 0.21% | - |
| HSV(B) | 94.14º | 0.7% | 0.33% | - |
| XYZ | 4.58 | 6.93 | 2.02 | - |
| YUV | 66.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 25 | 0.40 | 0 | 0.70 | 0.67 | 94.14 | 0.54 | 0.21 |
| Hex | 32 | 53 | 19 | 28 | 0 | 46 | 43 | 5E | 36 | 15 |
| Octal | 62 | 123 | 31 | 50 | 0 | 106 | 103 | 136 | 66 | 25 |
| Binary | 110010 | 1010011 | 11001 | 101000 | 0 | 1000110 | 1000011 | 1011110 | 110110 | 10101 |
Color Harmonies of #325319
Complementary color
Monochromatic Colors of #325319
Black with #325319
Text Example
Text Example
White with #325319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325319; }
p { color: rgb(50,83,25); }
H1.HeaderClassName
{
color: #325319;
}
.AnyTagClassName
{
color: #325319;
}
</style>
background-color css
<style>
a { background-color: #325319; }
a { background-color: rgb(50,83,25); }
div.DivClassName
{
background-color: #325319;
}
.BgClassName
{
background-color: #325319;
}
</style>
border-color css
<style>
span { border-color: #325319; }
span { border-color: rgb(50,83,25); }
td.TdClassName
{
border-color: #325319;
}
.TagClassName
{
border-color: #325319;
}
</style>