Shades of Seaweed #325315
Tints of Seaweed #325315
RGB
CMYK
RGB Variations
Color information
#325315 (or 0x325315) is known color: Seaweed. HEX triplet: 32, 53 and 15. RGB value is (50,83,21). Sum of RGB (Red+Green+Blue) = 50+83+21=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #325315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325315 is #CDACEA. Grayscale: #424242. Windows color (decimal): -13479147 or 1397554. OLE color: 1397554.
HSL color Cylindrical-coordinate representation of color #325315: hue angle of 91.94º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325315 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 21 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.67 |
| HSL | 91.94º | 0.6% | 0.2% | - |
| HSV(B) | 91.94º | 0.75% | 0.33% | - |
| XYZ | 4.54 | 6.92 | 1.81 | - |
| YUV | 66.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 21 | 0.40 | 0 | 0.75 | 0.67 | 91.94 | 0.6 | 0.2 |
| Hex | 32 | 53 | 15 | 28 | 0 | 4B | 43 | 5C | 3C | 14 |
| Octal | 62 | 123 | 25 | 50 | 0 | 113 | 103 | 134 | 74 | 24 |
| Binary | 110010 | 1010011 | 10101 | 101000 | 0 | 1001011 | 1000011 | 1011100 | 111100 | 10100 |
Color Harmonies of #325315
Complementary color
Monochromatic Colors of #325315
Black with #325315
Text Example
Text Example
White with #325315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325315; }
p { color: rgb(50,83,21); }
H1.HeaderClassName
{
color: #325315;
}
.AnyTagClassName
{
color: #325315;
}
</style>
background-color css
<style>
a { background-color: #325315; }
a { background-color: rgb(50,83,21); }
div.DivClassName
{
background-color: #325315;
}
.BgClassName
{
background-color: #325315;
}
</style>
border-color css
<style>
span { border-color: #325315; }
span { border-color: rgb(50,83,21); }
td.TdClassName
{
border-color: #325315;
}
.TagClassName
{
border-color: #325315;
}
</style>