Shades of Seaweed #3A511D
Tints of Seaweed #3A511D
RGB
CMYK
RGB Variations
Color information
#3A511D (or 0x3A511D) is known color: Seaweed. HEX triplet: 3A, 51 and 1D. RGB value is (58,81,29). Sum of RGB (Red+Green+Blue) = 58+81+29=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #3A511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A511D is #C5AEE2. Grayscale: #444444. Windows color (decimal): -12955363 or 1921338. OLE color: 1921338.
HSL color Cylindrical-coordinate representation of color #3A511D: hue angle of 86.54º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A511D is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 81 | 29 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.68 |
| HSL | 86.54º | 0.47% | 0.22% | - |
| HSV(B) | 86.54º | 0.64% | 0.32% | - |
| XYZ | 4.91 | 6.87 | 2.23 | - |
| YUV | 68.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 29 | 0.28 | 0 | 0.64 | 0.68 | 86.54 | 0.47 | 0.22 |
| Hex | 3A | 51 | 1D | 1C | 0 | 40 | 44 | 57 | 2F | 16 |
| Octal | 72 | 121 | 35 | 34 | 0 | 100 | 104 | 127 | 57 | 26 |
| Binary | 111010 | 1010001 | 11101 | 11100 | 0 | 1000000 | 1000100 | 1010111 | 101111 | 10110 |
Color Harmonies of #3A511D
Complementary color
Monochromatic Colors of #3A511D
Black with #3A511D
Text Example
Text Example
White with #3A511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A511D; }
p { color: rgb(58,81,29); }
H1.HeaderClassName
{
color: #3A511D;
}
.AnyTagClassName
{
color: #3A511D;
}
</style>
background-color css
<style>
a { background-color: #3A511D; }
a { background-color: rgb(58,81,29); }
div.DivClassName
{
background-color: #3A511D;
}
.BgClassName
{
background-color: #3A511D;
}
</style>
border-color css
<style>
span { border-color: #3A511D; }
span { border-color: rgb(58,81,29); }
td.TdClassName
{
border-color: #3A511D;
}
.TagClassName
{
border-color: #3A511D;
}
</style>