Shades of Seaweed #3A4928
Tints of Seaweed #3A4928
RGB
CMYK
RGB Variations
Color information
#3A4928 (or 0x3A4928) is known color: Seaweed. HEX triplet: 3A, 49 and 28. RGB value is (58,73,40). Sum of RGB (Red+Green+Blue) = 58+73+40=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4928 is #C5B6D7. Grayscale: #404040. Windows color (decimal): -12957400 or 2640186. OLE color: 2640186.
HSL color Cylindrical-coordinate representation of color #3A4928: hue angle of 87.27º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A4928 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 40 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.71 |
| HSL | 87.27º | 0.29% | 0.22% | - |
| HSV(B) | 87.27º | 0.45% | 0.29% | - |
| XYZ | 4.51 | 5.82 | 2.89 | - |
| YUV | 64.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 40 | 0.21 | 0 | 0.45 | 0.71 | 87.27 | 0.29 | 0.22 |
| Hex | 3A | 49 | 28 | 15 | 0 | 2D | 47 | 57 | 1D | 16 |
| Octal | 72 | 111 | 50 | 25 | 0 | 55 | 107 | 127 | 35 | 26 |
| Binary | 111010 | 1001001 | 101000 | 10101 | 0 | 101101 | 1000111 | 1010111 | 11101 | 10110 |
Color Harmonies of #3A4928
Complementary color
Monochromatic Colors of #3A4928
Black with #3A4928
Text Example
Text Example
White with #3A4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4928; }
p { color: rgb(58,73,40); }
H1.HeaderClassName
{
color: #3A4928;
}
.AnyTagClassName
{
color: #3A4928;
}
</style>
background-color css
<style>
a { background-color: #3A4928; }
a { background-color: rgb(58,73,40); }
div.DivClassName
{
background-color: #3A4928;
}
.BgClassName
{
background-color: #3A4928;
}
</style>
border-color css
<style>
span { border-color: #3A4928; }
span { border-color: rgb(58,73,40); }
td.TdClassName
{
border-color: #3A4928;
}
.TagClassName
{
border-color: #3A4928;
}
</style>