Shades of Seaweed #3A4624
Tints of Seaweed #3A4624
RGB
CMYK
RGB Variations
Color information
#3A4624 (or 0x3A4624) is known color: Seaweed. HEX triplet: 3A, 46 and 24. RGB value is (58,70,36). Sum of RGB (Red+Green+Blue) = 58+70+36=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 70 - color contains mainly: green. Hex color #3A4624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4624 is #C5B9DB. Grayscale: #3E3E3E. Windows color (decimal): -12958172 or 2377274. OLE color: 2377274.
HSL color Cylindrical-coordinate representation of color #3A4624: hue angle of 81.18º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A4624 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 36 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.73 |
| HSL | 81.18º | 0.32% | 0.21% | - |
| HSV(B) | 81.18º | 0.49% | 0.27% | - |
| XYZ | 4.25 | 5.41 | 2.49 | - |
| YUV | 62.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 36 | 0.17 | 0 | 0.49 | 0.73 | 81.18 | 0.32 | 0.21 |
| Hex | 3A | 46 | 24 | 11 | 0 | 31 | 49 | 51 | 20 | 15 |
| Octal | 72 | 106 | 44 | 21 | 0 | 61 | 111 | 121 | 40 | 25 |
| Binary | 111010 | 1000110 | 100100 | 10001 | 0 | 110001 | 1001001 | 1010001 | 100000 | 10101 |
Color Harmonies of #3A4624
Complementary color
Monochromatic Colors of #3A4624
Black with #3A4624
Text Example
Text Example
White with #3A4624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4624; }
p { color: rgb(58,70,36); }
H1.HeaderClassName
{
color: #3A4624;
}
.AnyTagClassName
{
color: #3A4624;
}
</style>
background-color css
<style>
a { background-color: #3A4624; }
a { background-color: rgb(58,70,36); }
div.DivClassName
{
background-color: #3A4624;
}
.BgClassName
{
background-color: #3A4624;
}
</style>
border-color css
<style>
span { border-color: #3A4624; }
span { border-color: rgb(58,70,36); }
td.TdClassName
{
border-color: #3A4624;
}
.TagClassName
{
border-color: #3A4624;
}
</style>