Shades of Seaweed #325B10
Tints of Seaweed #325B10
RGB
CMYK
RGB Variations
Color information
#325B10 (or 0x325B10) is known color: Seaweed. HEX triplet: 32, 5B and 10. RGB value is (50,91,16). Sum of RGB (Red+Green+Blue) = 50+91+16=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #325B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325B10 is #CDA4EF. Grayscale: #464646. Windows color (decimal): -13477104 or 1071922. OLE color: 1071922.
HSL color Cylindrical-coordinate representation of color #325B10: hue angle of 92.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #325B10 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 16 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.64 |
| HSL | 92.8º | 0.7% | 0.21% | - |
| HSV(B) | 92.8º | 0.82% | 0.36% | - |
| XYZ | 5.15 | 8.2 | 1.8 | - |
| YUV | 70.19 | 97.42 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 16 | 0.45 | 0 | 0.82 | 0.64 | 92.8 | 0.7 | 0.21 |
| Hex | 32 | 5B | 10 | 2D | 0 | 52 | 40 | 5D | 46 | 15 |
| Octal | 62 | 133 | 20 | 55 | 0 | 122 | 100 | 135 | 106 | 25 |
| Binary | 110010 | 1011011 | 10000 | 101101 | 0 | 1010010 | 1000000 | 1011101 | 1000110 | 10101 |
Color Harmonies of #325B10
Complementary color
Monochromatic Colors of #325B10
Black with #325B10
Text Example
Text Example
White with #325B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B10; }
p { color: rgb(50,91,16); }
H1.HeaderClassName
{
color: #325B10;
}
.AnyTagClassName
{
color: #325B10;
}
</style>
background-color css
<style>
a { background-color: #325B10; }
a { background-color: rgb(50,91,16); }
div.DivClassName
{
background-color: #325B10;
}
.BgClassName
{
background-color: #325B10;
}
</style>
border-color css
<style>
span { border-color: #325B10; }
span { border-color: rgb(50,91,16); }
td.TdClassName
{
border-color: #325B10;
}
.TagClassName
{
border-color: #325B10;
}
</style>