Shades of Seaweed #325119
Tints of Seaweed #325119
RGB
CMYK
RGB Variations
Color information
#325119 (or 0x325119) is known color: Seaweed. HEX triplet: 32, 51 and 19. RGB value is (50,81,25). Sum of RGB (Red+Green+Blue) = 50+81+25=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #325119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325119 is #CDAEE6. Grayscale: #414141. Windows color (decimal): -13479655 or 1659186. OLE color: 1659186.
HSL color Cylindrical-coordinate representation of color #325119: hue angle of 93.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #325119 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 25 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.68 |
| HSL | 93.21º | 0.53% | 0.21% | - |
| HSV(B) | 93.21º | 0.69% | 0.32% | - |
| XYZ | 4.43 | 6.63 | 1.97 | - |
| YUV | 65.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 25 | 0.38 | 0 | 0.69 | 0.68 | 93.21 | 0.53 | 0.21 |
| Hex | 32 | 51 | 19 | 26 | 0 | 45 | 44 | 5D | 35 | 15 |
| Octal | 62 | 121 | 31 | 46 | 0 | 105 | 104 | 135 | 65 | 25 |
| Binary | 110010 | 1010001 | 11001 | 100110 | 0 | 1000101 | 1000100 | 1011101 | 110101 | 10101 |
Color Harmonies of #325119
Complementary color
Monochromatic Colors of #325119
Black with #325119
Text Example
Text Example
White with #325119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325119; }
p { color: rgb(50,81,25); }
H1.HeaderClassName
{
color: #325119;
}
.AnyTagClassName
{
color: #325119;
}
</style>
background-color css
<style>
a { background-color: #325119; }
a { background-color: rgb(50,81,25); }
div.DivClassName
{
background-color: #325119;
}
.BgClassName
{
background-color: #325119;
}
</style>
border-color css
<style>
span { border-color: #325119; }
span { border-color: rgb(50,81,25); }
td.TdClassName
{
border-color: #325119;
}
.TagClassName
{
border-color: #325119;
}
</style>