Shades of Seaweed #324B1F
Tints of Seaweed #324B1F
RGB
CMYK
RGB Variations
Color information
#324B1F (or 0x324B1F) is known color: Seaweed. HEX triplet: 32, 4B and 1F. RGB value is (50,75,31). Sum of RGB (Red+Green+Blue) = 50+75+31=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #324B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B1F is #CDB4E0. Grayscale: #3E3E3E. Windows color (decimal): -13481185 or 2050866. OLE color: 2050866.
HSL color Cylindrical-coordinate representation of color #324B1F: hue angle of 94.09º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #324B1F is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 75 | 31 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.71 |
| HSL | 94.09º | 0.42% | 0.21% | - |
| HSV(B) | 94.09º | 0.59% | 0.29% | - |
| XYZ | 4.08 | 5.81 | 2.2 | - |
| YUV | 62.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 31 | 0.33 | 0 | 0.59 | 0.71 | 94.09 | 0.42 | 0.21 |
| Hex | 32 | 4B | 1F | 21 | 0 | 3B | 47 | 5E | 2A | 15 |
| Octal | 62 | 113 | 37 | 41 | 0 | 73 | 107 | 136 | 52 | 25 |
| Binary | 110010 | 1001011 | 11111 | 100001 | 0 | 111011 | 1000111 | 1011110 | 101010 | 10101 |
Color Harmonies of #324B1F
Complementary color
Monochromatic Colors of #324B1F
Black with #324B1F
Text Example
Text Example
White with #324B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B1F; }
p { color: rgb(50,75,31); }
H1.HeaderClassName
{
color: #324B1F;
}
.AnyTagClassName
{
color: #324B1F;
}
</style>
background-color css
<style>
a { background-color: #324B1F; }
a { background-color: rgb(50,75,31); }
div.DivClassName
{
background-color: #324B1F;
}
.BgClassName
{
background-color: #324B1F;
}
</style>
border-color css
<style>
span { border-color: #324B1F; }
span { border-color: rgb(50,75,31); }
td.TdClassName
{
border-color: #324B1F;
}
.TagClassName
{
border-color: #324B1F;
}
</style>