Shades of Seaweed #324B1A
Tints of Seaweed #324B1A
RGB
CMYK
RGB Variations
Color information
#324B1A (or 0x324B1A) is known color: Seaweed. HEX triplet: 32, 4B and 1A. RGB value is (50,75,26). Sum of RGB (Red+Green+Blue) = 50+75+26=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #324B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B1A is #CDB4E5. Grayscale: #3E3E3E. Windows color (decimal): -13481190 or 1723186. OLE color: 1723186.
HSL color Cylindrical-coordinate representation of color #324B1A: hue angle of 90.61º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #324B1A is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 75 | 26 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.71 |
| HSL | 90.61º | 0.49% | 0.2% | - |
| HSV(B) | 90.61º | 0.65% | 0.29% | - |
| XYZ | 4.02 | 5.78 | 1.88 | - |
| YUV | 61.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 26 | 0.33 | 0 | 0.65 | 0.71 | 90.61 | 0.49 | 0.2 |
| Hex | 32 | 4B | 1A | 21 | 0 | 41 | 47 | 5B | 31 | 14 |
| Octal | 62 | 113 | 32 | 41 | 0 | 101 | 107 | 133 | 61 | 24 |
| Binary | 110010 | 1001011 | 11010 | 100001 | 0 | 1000001 | 1000111 | 1011011 | 110001 | 10100 |
Color Harmonies of #324B1A
Complementary color
Monochromatic Colors of #324B1A
Black with #324B1A
Text Example
Text Example
White with #324B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B1A; }
p { color: rgb(50,75,26); }
H1.HeaderClassName
{
color: #324B1A;
}
.AnyTagClassName
{
color: #324B1A;
}
</style>
background-color css
<style>
a { background-color: #324B1A; }
a { background-color: rgb(50,75,26); }
div.DivClassName
{
background-color: #324B1A;
}
.BgClassName
{
background-color: #324B1A;
}
</style>
border-color css
<style>
span { border-color: #324B1A; }
span { border-color: rgb(50,75,26); }
td.TdClassName
{
border-color: #324B1A;
}
.TagClassName
{
border-color: #324B1A;
}
</style>