Shades of Seaweed #3A5021
Tints of Seaweed #3A5021
RGB
CMYK
RGB Variations
Color information
#3A5021 (or 0x3A5021) is known color: Seaweed. HEX triplet: 3A, 50 and 21. RGB value is (58,80,33). Sum of RGB (Red+Green+Blue) = 58+80+33=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5021 is #C5AFDE. Grayscale: #444444. Windows color (decimal): -12955615 or 2183226. OLE color: 2183226.
HSL color Cylindrical-coordinate representation of color #3A5021: hue angle of 88.09º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A5021 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 33 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.69 |
| HSL | 88.09º | 0.42% | 0.22% | - |
| HSV(B) | 88.09º | 0.59% | 0.31% | - |
| XYZ | 4.89 | 6.75 | 2.48 | - |
| YUV | 68.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 33 | 0.28 | 0 | 0.59 | 0.69 | 88.09 | 0.42 | 0.22 |
| Hex | 3A | 50 | 21 | 1C | 0 | 3B | 45 | 58 | 2A | 16 |
| Octal | 72 | 120 | 41 | 34 | 0 | 73 | 105 | 130 | 52 | 26 |
| Binary | 111010 | 1010000 | 100001 | 11100 | 0 | 111011 | 1000101 | 1011000 | 101010 | 10110 |
Color Harmonies of #3A5021
Complementary color
Monochromatic Colors of #3A5021
Black with #3A5021
Text Example
Text Example
White with #3A5021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5021; }
p { color: rgb(58,80,33); }
H1.HeaderClassName
{
color: #3A5021;
}
.AnyTagClassName
{
color: #3A5021;
}
</style>
background-color css
<style>
a { background-color: #3A5021; }
a { background-color: rgb(58,80,33); }
div.DivClassName
{
background-color: #3A5021;
}
.BgClassName
{
background-color: #3A5021;
}
</style>
border-color css
<style>
span { border-color: #3A5021; }
span { border-color: rgb(58,80,33); }
td.TdClassName
{
border-color: #3A5021;
}
.TagClassName
{
border-color: #3A5021;
}
</style>