Shades of Seaweed #325114
Tints of Seaweed #325114
RGB
CMYK
RGB Variations
Color information
#325114 (or 0x325114) is known color: Seaweed. HEX triplet: 32, 51 and 14. RGB value is (50,81,20). Sum of RGB (Red+Green+Blue) = 50+81+20=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #325114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325114 is #CDAEEB. Grayscale: #404040. Windows color (decimal): -13479660 or 1331506. OLE color: 1331506.
HSL color Cylindrical-coordinate representation of color #325114: hue angle of 90.49º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325114 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 20 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.68 |
| HSL | 90.49º | 0.6% | 0.2% | - |
| HSV(B) | 90.49º | 0.75% | 0.32% | - |
| XYZ | 4.38 | 6.61 | 1.71 | - |
| YUV | 64.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 20 | 0.38 | 0 | 0.75 | 0.68 | 90.49 | 0.6 | 0.2 |
| Hex | 32 | 51 | 14 | 26 | 0 | 4B | 44 | 5A | 3C | 14 |
| Octal | 62 | 121 | 24 | 46 | 0 | 113 | 104 | 132 | 74 | 24 |
| Binary | 110010 | 1010001 | 10100 | 100110 | 0 | 1001011 | 1000100 | 1011010 | 111100 | 10100 |
Color Harmonies of #325114
Complementary color
Monochromatic Colors of #325114
Black with #325114
Text Example
Text Example
White with #325114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325114; }
p { color: rgb(50,81,20); }
H1.HeaderClassName
{
color: #325114;
}
.AnyTagClassName
{
color: #325114;
}
</style>
background-color css
<style>
a { background-color: #325114; }
a { background-color: rgb(50,81,20); }
div.DivClassName
{
background-color: #325114;
}
.BgClassName
{
background-color: #325114;
}
</style>
border-color css
<style>
span { border-color: #325114; }
span { border-color: rgb(50,81,20); }
td.TdClassName
{
border-color: #325114;
}
.TagClassName
{
border-color: #325114;
}
</style>