Shades of Seaweed #325310
Tints of Seaweed #325310
RGB
CMYK
RGB Variations
Color information
#325310 (or 0x325310) is known color: Seaweed. HEX triplet: 32, 53 and 10. RGB value is (50,83,16). Sum of RGB (Red+Green+Blue) = 50+83+16=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #325310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325310 is #CDACEF. Grayscale: #414141. Windows color (decimal): -13479152 or 1069874. OLE color: 1069874.
HSL color Cylindrical-coordinate representation of color #325310: hue angle of 89.55º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #325310 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 16 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.67 |
| HSL | 89.55º | 0.68% | 0.19% | - |
| HSV(B) | 89.55º | 0.81% | 0.33% | - |
| XYZ | 4.5 | 6.9 | 1.59 | - |
| YUV | 65.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 16 | 0.40 | 0 | 0.81 | 0.67 | 89.55 | 0.68 | 0.19 |
| Hex | 32 | 53 | 10 | 28 | 0 | 51 | 43 | 5A | 44 | 13 |
| Octal | 62 | 123 | 20 | 50 | 0 | 121 | 103 | 132 | 104 | 23 |
| Binary | 110010 | 1010011 | 10000 | 101000 | 0 | 1010001 | 1000011 | 1011010 | 1000100 | 10011 |
Color Harmonies of #325310
Complementary color
Monochromatic Colors of #325310
Black with #325310
Text Example
Text Example
White with #325310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325310; }
p { color: rgb(50,83,16); }
H1.HeaderClassName
{
color: #325310;
}
.AnyTagClassName
{
color: #325310;
}
</style>
background-color css
<style>
a { background-color: #325310; }
a { background-color: rgb(50,83,16); }
div.DivClassName
{
background-color: #325310;
}
.BgClassName
{
background-color: #325310;
}
</style>
border-color css
<style>
span { border-color: #325310; }
span { border-color: rgb(50,83,16); }
td.TdClassName
{
border-color: #325310;
}
.TagClassName
{
border-color: #325310;
}
</style>