Shades of Seaweed #325118
Tints of Seaweed #325118
RGB
CMYK
RGB Variations
Color information
#325118 (or 0x325118) is known color: Seaweed. HEX triplet: 32, 51 and 18. RGB value is (50,81,24). Sum of RGB (Red+Green+Blue) = 50+81+24=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #325118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325118 is #CDAEE7. Grayscale: #414141. Windows color (decimal): -13479656 or 1593650. OLE color: 1593650.
HSL color Cylindrical-coordinate representation of color #325118: hue angle of 92.63º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #325118 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 24 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.68 |
| HSL | 92.63º | 0.54% | 0.21% | - |
| HSV(B) | 92.63º | 0.7% | 0.32% | - |
| XYZ | 4.42 | 6.63 | 1.91 | - |
| YUV | 65.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 24 | 0.38 | 0 | 0.70 | 0.68 | 92.63 | 0.54 | 0.21 |
| Hex | 32 | 51 | 18 | 26 | 0 | 46 | 44 | 5D | 36 | 15 |
| Octal | 62 | 121 | 30 | 46 | 0 | 106 | 104 | 135 | 66 | 25 |
| Binary | 110010 | 1010001 | 11000 | 100110 | 0 | 1000110 | 1000100 | 1011101 | 110110 | 10101 |
Color Harmonies of #325118
Complementary color
Monochromatic Colors of #325118
Black with #325118
Text Example
Text Example
White with #325118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325118; }
p { color: rgb(50,81,24); }
H1.HeaderClassName
{
color: #325118;
}
.AnyTagClassName
{
color: #325118;
}
</style>
background-color css
<style>
a { background-color: #325118; }
a { background-color: rgb(50,81,24); }
div.DivClassName
{
background-color: #325118;
}
.BgClassName
{
background-color: #325118;
}
</style>
border-color css
<style>
span { border-color: #325118; }
span { border-color: rgb(50,81,24); }
td.TdClassName
{
border-color: #325118;
}
.TagClassName
{
border-color: #325118;
}
</style>