Shades of Seaweed #324C15
Tints of Seaweed #324C15
RGB
CMYK
RGB Variations
Color information
#324C15 (or 0x324C15) is known color: Seaweed. HEX triplet: 32, 4C and 15. RGB value is (50,76,21). Sum of RGB (Red+Green+Blue) = 50+76+21=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #324C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324C15 is #CDB3EA. Grayscale: #3E3E3E. Windows color (decimal): -13480939 or 1395762. OLE color: 1395762.
HSL color Cylindrical-coordinate representation of color #324C15: hue angle of 88.36º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #324C15 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 76 | 21 | - |
| CMYK | 0.34 | 0 | 0.72 | 0.70 |
| HSL | 88.36º | 0.57% | 0.19% | - |
| HSV(B) | 88.36º | 0.72% | 0.3% | - |
| XYZ | 4.04 | 5.9 | 1.64 | - |
| YUV | 61.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 21 | 0.34 | 0 | 0.72 | 0.70 | 88.36 | 0.57 | 0.19 |
| Hex | 32 | 4C | 15 | 22 | 0 | 48 | 46 | 58 | 39 | 13 |
| Octal | 62 | 114 | 25 | 42 | 0 | 110 | 106 | 130 | 71 | 23 |
| Binary | 110010 | 1001100 | 10101 | 100010 | 0 | 1001000 | 1000110 | 1011000 | 111001 | 10011 |
Color Harmonies of #324C15
Complementary color
Monochromatic Colors of #324C15
Black with #324C15
Text Example
Text Example
White with #324C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C15; }
p { color: rgb(50,76,21); }
H1.HeaderClassName
{
color: #324C15;
}
.AnyTagClassName
{
color: #324C15;
}
</style>
background-color css
<style>
a { background-color: #324C15; }
a { background-color: rgb(50,76,21); }
div.DivClassName
{
background-color: #324C15;
}
.BgClassName
{
background-color: #324C15;
}
</style>
border-color css
<style>
span { border-color: #324C15; }
span { border-color: rgb(50,76,21); }
td.TdClassName
{
border-color: #324C15;
}
.TagClassName
{
border-color: #324C15;
}
</style>