Shades of Seaweed #325615
Tints of Seaweed #325615
RGB
CMYK
RGB Variations
Color information
#325615 (or 0x325615) is known color: Seaweed. HEX triplet: 32, 56 and 15. RGB value is (50,86,21). Sum of RGB (Red+Green+Blue) = 50+86+21=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #325615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325615 is #CDA9EA. Grayscale: #444444. Windows color (decimal): -13478379 or 1398322. OLE color: 1398322.
HSL color Cylindrical-coordinate representation of color #325615: hue angle of 93.23º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325615 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 86 | 21 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.66 |
| HSL | 93.23º | 0.61% | 0.21% | - |
| HSV(B) | 93.23º | 0.76% | 0.34% | - |
| XYZ | 4.78 | 7.39 | 1.88 | - |
| YUV | 67.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 21 | 0.42 | 0 | 0.76 | 0.66 | 93.23 | 0.61 | 0.21 |
| Hex | 32 | 56 | 15 | 2A | 0 | 4C | 42 | 5D | 3D | 15 |
| Octal | 62 | 126 | 25 | 52 | 0 | 114 | 102 | 135 | 75 | 25 |
| Binary | 110010 | 1010110 | 10101 | 101010 | 0 | 1001100 | 1000010 | 1011101 | 111101 | 10101 |
Color Harmonies of #325615
Complementary color
Monochromatic Colors of #325615
Black with #325615
Text Example
Text Example
White with #325615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325615; }
p { color: rgb(50,86,21); }
H1.HeaderClassName
{
color: #325615;
}
.AnyTagClassName
{
color: #325615;
}
</style>
background-color css
<style>
a { background-color: #325615; }
a { background-color: rgb(50,86,21); }
div.DivClassName
{
background-color: #325615;
}
.BgClassName
{
background-color: #325615;
}
</style>
border-color css
<style>
span { border-color: #325615; }
span { border-color: rgb(50,86,21); }
td.TdClassName
{
border-color: #325615;
}
.TagClassName
{
border-color: #325615;
}
</style>