Shades of Seaweed #3A4728
Tints of Seaweed #3A4728
RGB
CMYK
RGB Variations
Color information
#3A4728 (or 0x3A4728) is known color: Seaweed. HEX triplet: 3A, 47 and 28. RGB value is (58,71,40). Sum of RGB (Red+Green+Blue) = 58+71+40=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4728 is #C5B8D7. Grayscale: #3F3F3F. Windows color (decimal): -12957912 or 2639674. OLE color: 2639674.
HSL color Cylindrical-coordinate representation of color #3A4728: hue angle of 85.16º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A4728 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 40 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.72 |
| HSL | 85.16º | 0.28% | 0.22% | - |
| HSV(B) | 85.16º | 0.44% | 0.28% | - |
| XYZ | 4.38 | 5.56 | 2.85 | - |
| YUV | 63.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 40 | 0.18 | 0 | 0.44 | 0.72 | 85.16 | 0.28 | 0.22 |
| Hex | 3A | 47 | 28 | 12 | 0 | 2C | 48 | 55 | 1C | 16 |
| Octal | 72 | 107 | 50 | 22 | 0 | 54 | 110 | 125 | 34 | 26 |
| Binary | 111010 | 1000111 | 101000 | 10010 | 0 | 101100 | 1001000 | 1010101 | 11100 | 10110 |
Color Harmonies of #3A4728
Complementary color
Monochromatic Colors of #3A4728
Black with #3A4728
Text Example
Text Example
White with #3A4728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4728; }
p { color: rgb(58,71,40); }
H1.HeaderClassName
{
color: #3A4728;
}
.AnyTagClassName
{
color: #3A4728;
}
</style>
background-color css
<style>
a { background-color: #3A4728; }
a { background-color: rgb(58,71,40); }
div.DivClassName
{
background-color: #3A4728;
}
.BgClassName
{
background-color: #3A4728;
}
</style>
border-color css
<style>
span { border-color: #3A4728; }
span { border-color: rgb(58,71,40); }
td.TdClassName
{
border-color: #3A4728;
}
.TagClassName
{
border-color: #3A4728;
}
</style>