Shades of Seaweed #3A531D
Tints of Seaweed #3A531D
RGB
CMYK
RGB Variations
Color information
#3A531D (or 0x3A531D) is known color: Seaweed. HEX triplet: 3A, 53 and 1D. RGB value is (58,83,29). Sum of RGB (Red+Green+Blue) = 58+83+29=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #3A531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A531D is #C5ACE2. Grayscale: #454545. Windows color (decimal): -12954851 or 1921850. OLE color: 1921850.
HSL color Cylindrical-coordinate representation of color #3A531D: hue angle of 87.78º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A531D is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 83 | 29 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.67 |
| HSL | 87.78º | 0.48% | 0.22% | - |
| HSV(B) | 87.78º | 0.65% | 0.33% | - |
| XYZ | 5.06 | 7.17 | 2.28 | - |
| YUV | 69.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 29 | 0.30 | 0 | 0.65 | 0.67 | 87.78 | 0.48 | 0.22 |
| Hex | 3A | 53 | 1D | 1E | 0 | 41 | 43 | 58 | 30 | 16 |
| Octal | 72 | 123 | 35 | 36 | 0 | 101 | 103 | 130 | 60 | 26 |
| Binary | 111010 | 1010011 | 11101 | 11110 | 0 | 1000001 | 1000011 | 1011000 | 110000 | 10110 |
Color Harmonies of #3A531D
Complementary color
Monochromatic Colors of #3A531D
Black with #3A531D
Text Example
Text Example
White with #3A531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A531D; }
p { color: rgb(58,83,29); }
H1.HeaderClassName
{
color: #3A531D;
}
.AnyTagClassName
{
color: #3A531D;
}
</style>
background-color css
<style>
a { background-color: #3A531D; }
a { background-color: rgb(58,83,29); }
div.DivClassName
{
background-color: #3A531D;
}
.BgClassName
{
background-color: #3A531D;
}
</style>
border-color css
<style>
span { border-color: #3A531D; }
span { border-color: rgb(58,83,29); }
td.TdClassName
{
border-color: #3A531D;
}
.TagClassName
{
border-color: #3A531D;
}
</style>