Shades of Seaweed #325415
Tints of Seaweed #325415
RGB
CMYK
RGB Variations
Color information
#325415 (or 0x325415) is known color: Seaweed. HEX triplet: 32, 54 and 15. RGB value is (50,84,21). Sum of RGB (Red+Green+Blue) = 50+84+21=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #325415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325415 is #CDABEA. Grayscale: #424242. Windows color (decimal): -13478891 or 1397810. OLE color: 1397810.
HSL color Cylindrical-coordinate representation of color #325415: hue angle of 92.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325415 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 21 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.67 |
| HSL | 92.38º | 0.6% | 0.21% | - |
| HSV(B) | 92.38º | 0.75% | 0.33% | - |
| XYZ | 4.62 | 7.07 | 1.83 | - |
| YUV | 66.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 21 | 0.40 | 0 | 0.75 | 0.67 | 92.38 | 0.6 | 0.21 |
| Hex | 32 | 54 | 15 | 28 | 0 | 4B | 43 | 5C | 3C | 15 |
| Octal | 62 | 124 | 25 | 50 | 0 | 113 | 103 | 134 | 74 | 25 |
| Binary | 110010 | 1010100 | 10101 | 101000 | 0 | 1001011 | 1000011 | 1011100 | 111100 | 10101 |
Color Harmonies of #325415
Complementary color
Monochromatic Colors of #325415
Black with #325415
Text Example
Text Example
White with #325415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325415; }
p { color: rgb(50,84,21); }
H1.HeaderClassName
{
color: #325415;
}
.AnyTagClassName
{
color: #325415;
}
</style>
background-color css
<style>
a { background-color: #325415; }
a { background-color: rgb(50,84,21); }
div.DivClassName
{
background-color: #325415;
}
.BgClassName
{
background-color: #325415;
}
</style>
border-color css
<style>
span { border-color: #325415; }
span { border-color: rgb(50,84,21); }
td.TdClassName
{
border-color: #325415;
}
.TagClassName
{
border-color: #325415;
}
</style>