Shades of Seaweed #325314
Tints of Seaweed #325314
RGB
CMYK
RGB Variations
Color information
#325314 (or 0x325314) is known color: Seaweed. HEX triplet: 32, 53 and 14. RGB value is (50,83,20). Sum of RGB (Red+Green+Blue) = 50+83+20=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #325314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325314 is #CDACEB. Grayscale: #424242. Windows color (decimal): -13479148 or 1332018. OLE color: 1332018.
HSL color Cylindrical-coordinate representation of color #325314: hue angle of 91.43º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325314 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 20 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.67 |
| HSL | 91.43º | 0.61% | 0.2% | - |
| HSV(B) | 91.43º | 0.76% | 0.33% | - |
| XYZ | 4.53 | 6.92 | 1.76 | - |
| YUV | 65.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 20 | 0.40 | 0 | 0.76 | 0.67 | 91.43 | 0.61 | 0.2 |
| Hex | 32 | 53 | 14 | 28 | 0 | 4C | 43 | 5B | 3D | 14 |
| Octal | 62 | 123 | 24 | 50 | 0 | 114 | 103 | 133 | 75 | 24 |
| Binary | 110010 | 1010011 | 10100 | 101000 | 0 | 1001100 | 1000011 | 1011011 | 111101 | 10100 |
Color Harmonies of #325314
Complementary color
Monochromatic Colors of #325314
Black with #325314
Text Example
Text Example
White with #325314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325314; }
p { color: rgb(50,83,20); }
H1.HeaderClassName
{
color: #325314;
}
.AnyTagClassName
{
color: #325314;
}
</style>
background-color css
<style>
a { background-color: #325314; }
a { background-color: rgb(50,83,20); }
div.DivClassName
{
background-color: #325314;
}
.BgClassName
{
background-color: #325314;
}
</style>
border-color css
<style>
span { border-color: #325314; }
span { border-color: rgb(50,83,20); }
td.TdClassName
{
border-color: #325314;
}
.TagClassName
{
border-color: #325314;
}
</style>