Shades of Seaweed #324F13
Tints of Seaweed #324F13
RGB
CMYK
RGB Variations
Color information
#324F13 (or 0x324F13) is known color: Seaweed. HEX triplet: 32, 4F and 13. RGB value is (50,79,19). Sum of RGB (Red+Green+Blue) = 50+79+19=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #324F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324F13 is #CDB0EC. Grayscale: #3F3F3F. Windows color (decimal): -13480173 or 1265458. OLE color: 1265458.
HSL color Cylindrical-coordinate representation of color #324F13: hue angle of 89º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324F13 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 79 | 19 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.69 |
| HSL | 89º | 0.61% | 0.19% | - |
| HSV(B) | 89º | 0.76% | 0.31% | - |
| XYZ | 4.23 | 6.32 | 1.61 | - |
| YUV | 63.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 19 | 0.37 | 0 | 0.76 | 0.69 | 89 | 0.61 | 0.19 |
| Hex | 32 | 4F | 13 | 25 | 0 | 4C | 45 | 59 | 3D | 13 |
| Octal | 62 | 117 | 23 | 45 | 0 | 114 | 105 | 131 | 75 | 23 |
| Binary | 110010 | 1001111 | 10011 | 100101 | 0 | 1001100 | 1000101 | 1011001 | 111101 | 10011 |
Color Harmonies of #324F13
Complementary color
Monochromatic Colors of #324F13
Black with #324F13
Text Example
Text Example
White with #324F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F13; }
p { color: rgb(50,79,19); }
H1.HeaderClassName
{
color: #324F13;
}
.AnyTagClassName
{
color: #324F13;
}
</style>
background-color css
<style>
a { background-color: #324F13; }
a { background-color: rgb(50,79,19); }
div.DivClassName
{
background-color: #324F13;
}
.BgClassName
{
background-color: #324F13;
}
</style>
border-color css
<style>
span { border-color: #324F13; }
span { border-color: rgb(50,79,19); }
td.TdClassName
{
border-color: #324F13;
}
.TagClassName
{
border-color: #324F13;
}
</style>