Shades of Seaweed #324C14
Tints of Seaweed #324C14
RGB
CMYK
RGB Variations
Color information
#324C14 (or 0x324C14) is known color: Seaweed. HEX triplet: 32, 4C and 14. RGB value is (50,76,20). Sum of RGB (Red+Green+Blue) = 50+76+20=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #324C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324C14 is #CDB3EB. Grayscale: #3E3E3E. Windows color (decimal): -13480940 or 1330226. OLE color: 1330226.
HSL color Cylindrical-coordinate representation of color #324C14: hue angle of 87.86º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324C14 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 76 | 20 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.70 |
| HSL | 87.86º | 0.58% | 0.19% | - |
| HSV(B) | 87.86º | 0.74% | 0.3% | - |
| XYZ | 4.03 | 5.9 | 1.59 | - |
| YUV | 61.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 20 | 0.34 | 0 | 0.74 | 0.70 | 87.86 | 0.58 | 0.19 |
| Hex | 32 | 4C | 14 | 22 | 0 | 4A | 46 | 58 | 3A | 13 |
| Octal | 62 | 114 | 24 | 42 | 0 | 112 | 106 | 130 | 72 | 23 |
| Binary | 110010 | 1001100 | 10100 | 100010 | 0 | 1001010 | 1000110 | 1011000 | 111010 | 10011 |
Color Harmonies of #324C14
Complementary color
Monochromatic Colors of #324C14
Black with #324C14
Text Example
Text Example
White with #324C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C14; }
p { color: rgb(50,76,20); }
H1.HeaderClassName
{
color: #324C14;
}
.AnyTagClassName
{
color: #324C14;
}
</style>
background-color css
<style>
a { background-color: #324C14; }
a { background-color: rgb(50,76,20); }
div.DivClassName
{
background-color: #324C14;
}
.BgClassName
{
background-color: #324C14;
}
</style>
border-color css
<style>
span { border-color: #324C14; }
span { border-color: rgb(50,76,20); }
td.TdClassName
{
border-color: #324C14;
}
.TagClassName
{
border-color: #324C14;
}
</style>