Shades of Seaweed #3A4629
Tints of Seaweed #3A4629
RGB
CMYK
RGB Variations
Color information
#3A4629 (or 0x3A4629) is known color: Seaweed. HEX triplet: 3A, 46 and 29. RGB value is (58,70,41). Sum of RGB (Red+Green+Blue) = 58+70+41=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #3A4629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4629 is #C5B9D6. Grayscale: #3F3F3F. Windows color (decimal): -12958167 or 2704954. OLE color: 2704954.
HSL color Cylindrical-coordinate representation of color #3A4629: hue angle of 84.83º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A4629 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 41 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.73 |
| HSL | 84.83º | 0.26% | 0.22% | - |
| HSV(B) | 84.83º | 0.41% | 0.27% | - |
| XYZ | 4.34 | 5.44 | 2.92 | - |
| YUV | 63.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 41 | 0.17 | 0 | 0.41 | 0.73 | 84.83 | 0.26 | 0.22 |
| Hex | 3A | 46 | 29 | 11 | 0 | 29 | 49 | 55 | 1A | 16 |
| Octal | 72 | 106 | 51 | 21 | 0 | 51 | 111 | 125 | 32 | 26 |
| Binary | 111010 | 1000110 | 101001 | 10001 | 0 | 101001 | 1001001 | 1010101 | 11010 | 10110 |
Color Harmonies of #3A4629
Complementary color
Monochromatic Colors of #3A4629
Black with #3A4629
Text Example
Text Example
White with #3A4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4629; }
p { color: rgb(58,70,41); }
H1.HeaderClassName
{
color: #3A4629;
}
.AnyTagClassName
{
color: #3A4629;
}
</style>
background-color css
<style>
a { background-color: #3A4629; }
a { background-color: rgb(58,70,41); }
div.DivClassName
{
background-color: #3A4629;
}
.BgClassName
{
background-color: #3A4629;
}
</style>
border-color css
<style>
span { border-color: #3A4629; }
span { border-color: rgb(58,70,41); }
td.TdClassName
{
border-color: #3A4629;
}
.TagClassName
{
border-color: #3A4629;
}
</style>