Shades of Seaweed #325613
Tints of Seaweed #325613
RGB
CMYK
RGB Variations
Color information
#325613 (or 0x325613) is known color: Seaweed. HEX triplet: 32, 56 and 13. RGB value is (50,86,19). Sum of RGB (Red+Green+Blue) = 50+86+19=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #325613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325613 is #CDA9EC. Grayscale: #434343. Windows color (decimal): -13478381 or 1267250. OLE color: 1267250.
HSL color Cylindrical-coordinate representation of color #325613: hue angle of 92.24º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325613 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 86 | 19 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.66 |
| HSL | 92.24º | 0.64% | 0.21% | - |
| HSV(B) | 92.24º | 0.78% | 0.34% | - |
| XYZ | 4.76 | 7.38 | 1.79 | - |
| YUV | 67.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 19 | 0.42 | 0 | 0.78 | 0.66 | 92.24 | 0.64 | 0.21 |
| Hex | 32 | 56 | 13 | 2A | 0 | 4E | 42 | 5C | 40 | 15 |
| Octal | 62 | 126 | 23 | 52 | 0 | 116 | 102 | 134 | 100 | 25 |
| Binary | 110010 | 1010110 | 10011 | 101010 | 0 | 1001110 | 1000010 | 1011100 | 1000000 | 10101 |
Color Harmonies of #325613
Complementary color
Monochromatic Colors of #325613
Black with #325613
Text Example
Text Example
White with #325613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325613; }
p { color: rgb(50,86,19); }
H1.HeaderClassName
{
color: #325613;
}
.AnyTagClassName
{
color: #325613;
}
</style>
background-color css
<style>
a { background-color: #325613; }
a { background-color: rgb(50,86,19); }
div.DivClassName
{
background-color: #325613;
}
.BgClassName
{
background-color: #325613;
}
</style>
border-color css
<style>
span { border-color: #325613; }
span { border-color: rgb(50,86,19); }
td.TdClassName
{
border-color: #325613;
}
.TagClassName
{
border-color: #325613;
}
</style>