Shades of Seaweed #3A4821
Tints of Seaweed #3A4821
RGB
CMYK
RGB Variations
Color information
#3A4821 (or 0x3A4821) is known color: Seaweed. HEX triplet: 3A, 48 and 21. RGB value is (58,72,33). Sum of RGB (Red+Green+Blue) = 58+72+33=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4821 is #C5B7DE. Grayscale: #3F3F3F. Windows color (decimal): -12957663 or 2181178. OLE color: 2181178.
HSL color Cylindrical-coordinate representation of color #3A4821: hue angle of 81.54º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A4821 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 33 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.72 |
| HSL | 81.54º | 0.37% | 0.21% | - |
| HSV(B) | 81.54º | 0.54% | 0.28% | - |
| XYZ | 4.34 | 5.64 | 2.3 | - |
| YUV | 63.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 33 | 0.19 | 0 | 0.54 | 0.72 | 81.54 | 0.37 | 0.21 |
| Hex | 3A | 48 | 21 | 13 | 0 | 36 | 48 | 52 | 25 | 15 |
| Octal | 72 | 110 | 41 | 23 | 0 | 66 | 110 | 122 | 45 | 25 |
| Binary | 111010 | 1001000 | 100001 | 10011 | 0 | 110110 | 1001000 | 1010010 | 100101 | 10101 |
Color Harmonies of #3A4821
Complementary color
Monochromatic Colors of #3A4821
Black with #3A4821
Text Example
Text Example
White with #3A4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4821; }
p { color: rgb(58,72,33); }
H1.HeaderClassName
{
color: #3A4821;
}
.AnyTagClassName
{
color: #3A4821;
}
</style>
background-color css
<style>
a { background-color: #3A4821; }
a { background-color: rgb(58,72,33); }
div.DivClassName
{
background-color: #3A4821;
}
.BgClassName
{
background-color: #3A4821;
}
</style>
border-color css
<style>
span { border-color: #3A4821; }
span { border-color: rgb(58,72,33); }
td.TdClassName
{
border-color: #3A4821;
}
.TagClassName
{
border-color: #3A4821;
}
</style>