Shades of Seaweed #3A5020
Tints of Seaweed #3A5020
RGB
CMYK
RGB Variations
Color information
#3A5020 (or 0x3A5020) is known color: Seaweed. HEX triplet: 3A, 50 and 20. RGB value is (58,80,32). Sum of RGB (Red+Green+Blue) = 58+80+32=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5020 is #C5AFDF. Grayscale: #444444. Windows color (decimal): -12955616 or 2117690. OLE color: 2117690.
HSL color Cylindrical-coordinate representation of color #3A5020: hue angle of 87.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A5020 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 32 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.69 |
| HSL | 87.5º | 0.43% | 0.22% | - |
| HSV(B) | 87.5º | 0.6% | 0.31% | - |
| XYZ | 4.87 | 6.74 | 2.41 | - |
| YUV | 67.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 32 | 0.28 | 0 | 0.60 | 0.69 | 87.5 | 0.43 | 0.22 |
| Hex | 3A | 50 | 20 | 1C | 0 | 3C | 45 | 57 | 2B | 16 |
| Octal | 72 | 120 | 40 | 34 | 0 | 74 | 105 | 127 | 53 | 26 |
| Binary | 111010 | 1010000 | 100000 | 11100 | 0 | 111100 | 1000101 | 1010111 | 101011 | 10110 |
Color Harmonies of #3A5020
Complementary color
Monochromatic Colors of #3A5020
Black with #3A5020
Text Example
Text Example
White with #3A5020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5020; }
p { color: rgb(58,80,32); }
H1.HeaderClassName
{
color: #3A5020;
}
.AnyTagClassName
{
color: #3A5020;
}
</style>
background-color css
<style>
a { background-color: #3A5020; }
a { background-color: rgb(58,80,32); }
div.DivClassName
{
background-color: #3A5020;
}
.BgClassName
{
background-color: #3A5020;
}
</style>
border-color css
<style>
span { border-color: #3A5020; }
span { border-color: rgb(58,80,32); }
td.TdClassName
{
border-color: #3A5020;
}
.TagClassName
{
border-color: #3A5020;
}
</style>