Shades of Seaweed #324F12
Tints of Seaweed #324F12
RGB
CMYK
RGB Variations
Color information
#324F12 (or 0x324F12) is known color: Seaweed. HEX triplet: 32, 4F and 12. RGB value is (50,79,18). Sum of RGB (Red+Green+Blue) = 50+79+18=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #324F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324F12 is #CDB0ED. Grayscale: #3F3F3F. Windows color (decimal): -13480174 or 1199922. OLE color: 1199922.
HSL color Cylindrical-coordinate representation of color #324F12: hue angle of 88.52º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324F12 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 79 | 18 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.69 |
| HSL | 88.52º | 0.63% | 0.19% | - |
| HSV(B) | 88.52º | 0.77% | 0.31% | - |
| XYZ | 4.22 | 6.31 | 1.57 | - |
| YUV | 63.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 18 | 0.37 | 0 | 0.77 | 0.69 | 88.52 | 0.63 | 0.19 |
| Hex | 32 | 4F | 12 | 25 | 0 | 4D | 45 | 59 | 3F | 13 |
| Octal | 62 | 117 | 22 | 45 | 0 | 115 | 105 | 131 | 77 | 23 |
| Binary | 110010 | 1001111 | 10010 | 100101 | 0 | 1001101 | 1000101 | 1011001 | 111111 | 10011 |
Color Harmonies of #324F12
Complementary color
Monochromatic Colors of #324F12
Black with #324F12
Text Example
Text Example
White with #324F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F12; }
p { color: rgb(50,79,18); }
H1.HeaderClassName
{
color: #324F12;
}
.AnyTagClassName
{
color: #324F12;
}
</style>
background-color css
<style>
a { background-color: #324F12; }
a { background-color: rgb(50,79,18); }
div.DivClassName
{
background-color: #324F12;
}
.BgClassName
{
background-color: #324F12;
}
</style>
border-color css
<style>
span { border-color: #324F12; }
span { border-color: rgb(50,79,18); }
td.TdClassName
{
border-color: #324F12;
}
.TagClassName
{
border-color: #324F12;
}
</style>