Shades of Seaweed #325813
Tints of Seaweed #325813
RGB
CMYK
RGB Variations
Color information
#325813 (or 0x325813) is known color: Seaweed. HEX triplet: 32, 58 and 13. RGB value is (50,88,19). Sum of RGB (Red+Green+Blue) = 50+88+19=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #325813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325813 is #CDA7EC. Grayscale: #454545. Windows color (decimal): -13477869 or 1267762. OLE color: 1267762.
HSL color Cylindrical-coordinate representation of color #325813: hue angle of 93.04º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325813 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 88 | 19 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.65 |
| HSL | 93.04º | 0.64% | 0.21% | - |
| HSV(B) | 93.04º | 0.78% | 0.35% | - |
| XYZ | 4.92 | 7.7 | 1.84 | - |
| YUV | 68.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 19 | 0.43 | 0 | 0.78 | 0.65 | 93.04 | 0.64 | 0.21 |
| Hex | 32 | 58 | 13 | 2B | 0 | 4E | 41 | 5D | 40 | 15 |
| Octal | 62 | 130 | 23 | 53 | 0 | 116 | 101 | 135 | 100 | 25 |
| Binary | 110010 | 1011000 | 10011 | 101011 | 0 | 1001110 | 1000001 | 1011101 | 1000000 | 10101 |
Color Harmonies of #325813
Complementary color
Monochromatic Colors of #325813
Black with #325813
Text Example
Text Example
White with #325813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325813; }
p { color: rgb(50,88,19); }
H1.HeaderClassName
{
color: #325813;
}
.AnyTagClassName
{
color: #325813;
}
</style>
background-color css
<style>
a { background-color: #325813; }
a { background-color: rgb(50,88,19); }
div.DivClassName
{
background-color: #325813;
}
.BgClassName
{
background-color: #325813;
}
</style>
border-color css
<style>
span { border-color: #325813; }
span { border-color: rgb(50,88,19); }
td.TdClassName
{
border-color: #325813;
}
.TagClassName
{
border-color: #325813;
}
</style>