Shades of Seaweed #3A521D
Tints of Seaweed #3A521D
RGB
CMYK
RGB Variations
Color information
#3A521D (or 0x3A521D) is known color: Seaweed. HEX triplet: 3A, 52 and 1D. RGB value is (58,82,29). Sum of RGB (Red+Green+Blue) = 58+82+29=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #3A521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A521D is #C5ADE2. Grayscale: #444444. Windows color (decimal): -12955107 or 1921594. OLE color: 1921594.
HSL color Cylindrical-coordinate representation of color #3A521D: hue angle of 87.17º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A521D is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 82 | 29 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.68 |
| HSL | 87.17º | 0.48% | 0.22% | - |
| HSV(B) | 87.17º | 0.65% | 0.32% | - |
| XYZ | 4.98 | 7.02 | 2.26 | - |
| YUV | 68.78 | 105.55 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 29 | 0.29 | 0 | 0.65 | 0.68 | 87.17 | 0.48 | 0.22 |
| Hex | 3A | 52 | 1D | 1D | 0 | 41 | 44 | 57 | 30 | 16 |
| Octal | 72 | 122 | 35 | 35 | 0 | 101 | 104 | 127 | 60 | 26 |
| Binary | 111010 | 1010010 | 11101 | 11101 | 0 | 1000001 | 1000100 | 1010111 | 110000 | 10110 |
Color Harmonies of #3A521D
Complementary color
Monochromatic Colors of #3A521D
Black with #3A521D
Text Example
Text Example
White with #3A521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A521D; }
p { color: rgb(58,82,29); }
H1.HeaderClassName
{
color: #3A521D;
}
.AnyTagClassName
{
color: #3A521D;
}
</style>
background-color css
<style>
a { background-color: #3A521D; }
a { background-color: rgb(58,82,29); }
div.DivClassName
{
background-color: #3A521D;
}
.BgClassName
{
background-color: #3A521D;
}
</style>
border-color css
<style>
span { border-color: #3A521D; }
span { border-color: rgb(58,82,29); }
td.TdClassName
{
border-color: #3A521D;
}
.TagClassName
{
border-color: #3A521D;
}
</style>