Shades of Seaweed #3A4626
Tints of Seaweed #3A4626
RGB
CMYK
RGB Variations
Color information
#3A4626 (or 0x3A4626) is known color: Seaweed. HEX triplet: 3A, 46 and 26. RGB value is (58,70,38). Sum of RGB (Red+Green+Blue) = 58+70+38=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #3A4626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4626 is #C5B9D9. Grayscale: #3E3E3E. Windows color (decimal): -12958170 or 2508346. OLE color: 2508346.
HSL color Cylindrical-coordinate representation of color #3A4626: hue angle of 82.5º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A4626 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 38 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.73 |
| HSL | 82.5º | 0.3% | 0.21% | - |
| HSV(B) | 82.5º | 0.46% | 0.27% | - |
| XYZ | 4.28 | 5.42 | 2.65 | - |
| YUV | 62.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 38 | 0.17 | 0 | 0.46 | 0.73 | 82.5 | 0.3 | 0.21 |
| Hex | 3A | 46 | 26 | 11 | 0 | 2E | 49 | 52 | 1E | 15 |
| Octal | 72 | 106 | 46 | 21 | 0 | 56 | 111 | 122 | 36 | 25 |
| Binary | 111010 | 1000110 | 100110 | 10001 | 0 | 101110 | 1001001 | 1010010 | 11110 | 10101 |
Color Harmonies of #3A4626
Complementary color
Monochromatic Colors of #3A4626
Black with #3A4626
Text Example
Text Example
White with #3A4626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4626; }
p { color: rgb(58,70,38); }
H1.HeaderClassName
{
color: #3A4626;
}
.AnyTagClassName
{
color: #3A4626;
}
</style>
background-color css
<style>
a { background-color: #3A4626; }
a { background-color: rgb(58,70,38); }
div.DivClassName
{
background-color: #3A4626;
}
.BgClassName
{
background-color: #3A4626;
}
</style>
border-color css
<style>
span { border-color: #3A4626; }
span { border-color: rgb(58,70,38); }
td.TdClassName
{
border-color: #3A4626;
}
.TagClassName
{
border-color: #3A4626;
}
</style>