Shades of Seaweed #3A4825
Tints of Seaweed #3A4825
RGB
CMYK
RGB Variations
Color information
#3A4825 (or 0x3A4825) is known color: Seaweed. HEX triplet: 3A, 48 and 25. RGB value is (58,72,37). Sum of RGB (Red+Green+Blue) = 58+72+37=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4825 is #C5B7DA. Grayscale: #3F3F3F. Windows color (decimal): -12957659 or 2443322. OLE color: 2443322.
HSL color Cylindrical-coordinate representation of color #3A4825: hue angle of 84º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A4825 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 37 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.72 |
| HSL | 84º | 0.32% | 0.21% | - |
| HSV(B) | 84º | 0.49% | 0.28% | - |
| XYZ | 4.4 | 5.67 | 2.61 | - |
| YUV | 63.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 37 | 0.19 | 0 | 0.49 | 0.72 | 84 | 0.32 | 0.21 |
| Hex | 3A | 48 | 25 | 13 | 0 | 31 | 48 | 54 | 20 | 15 |
| Octal | 72 | 110 | 45 | 23 | 0 | 61 | 110 | 124 | 40 | 25 |
| Binary | 111010 | 1001000 | 100101 | 10011 | 0 | 110001 | 1001000 | 1010100 | 100000 | 10101 |
Color Harmonies of #3A4825
Complementary color
Monochromatic Colors of #3A4825
Black with #3A4825
Text Example
Text Example
White with #3A4825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4825; }
p { color: rgb(58,72,37); }
H1.HeaderClassName
{
color: #3A4825;
}
.AnyTagClassName
{
color: #3A4825;
}
</style>
background-color css
<style>
a { background-color: #3A4825; }
a { background-color: rgb(58,72,37); }
div.DivClassName
{
background-color: #3A4825;
}
.BgClassName
{
background-color: #3A4825;
}
</style>
border-color css
<style>
span { border-color: #3A4825; }
span { border-color: rgb(58,72,37); }
td.TdClassName
{
border-color: #3A4825;
}
.TagClassName
{
border-color: #3A4825;
}
</style>