Shades of Seaweed #325B12
Tints of Seaweed #325B12
RGB
CMYK
RGB Variations
Color information
#325B12 (or 0x325B12) is known color: Seaweed. HEX triplet: 32, 5B and 12. RGB value is (50,91,18). Sum of RGB (Red+Green+Blue) = 50+91+18=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 91 (35.94% from 255 or 57.23% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 91 - color contains mainly: green. Hex color #325B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325B12 is #CDA4ED. Grayscale: #464646. Windows color (decimal): -13477102 or 1202994. OLE color: 1202994.
HSL color Cylindrical-coordinate representation of color #325B12: hue angle of 93.7º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #325B12 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 18 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.64 |
| HSL | 93.7º | 0.67% | 0.21% | - |
| HSV(B) | 93.7º | 0.8% | 0.36% | - |
| XYZ | 5.17 | 8.2 | 1.88 | - |
| YUV | 70.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 18 | 0.45 | 0 | 0.80 | 0.64 | 93.7 | 0.67 | 0.21 |
| Hex | 32 | 5B | 12 | 2D | 0 | 50 | 40 | 5E | 43 | 15 |
| Octal | 62 | 133 | 22 | 55 | 0 | 120 | 100 | 136 | 103 | 25 |
| Binary | 110010 | 1011011 | 10010 | 101101 | 0 | 1010000 | 1000000 | 1011110 | 1000011 | 10101 |
Color Harmonies of #325B12
Complementary color
Monochromatic Colors of #325B12
Black with #325B12
Text Example
Text Example
White with #325B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B12; }
p { color: rgb(50,91,18); }
H1.HeaderClassName
{
color: #325B12;
}
.AnyTagClassName
{
color: #325B12;
}
</style>
background-color css
<style>
a { background-color: #325B12; }
a { background-color: rgb(50,91,18); }
div.DivClassName
{
background-color: #325B12;
}
.BgClassName
{
background-color: #325B12;
}
</style>
border-color css
<style>
span { border-color: #325B12; }
span { border-color: rgb(50,91,18); }
td.TdClassName
{
border-color: #325B12;
}
.TagClassName
{
border-color: #325B12;
}
</style>