Shades of Seaweed #3A4924
Tints of Seaweed #3A4924
RGB
CMYK
RGB Variations
Color information
#3A4924 (or 0x3A4924) is known color: Seaweed. HEX triplet: 3A, 49 and 24. RGB value is (58,73,36). Sum of RGB (Red+Green+Blue) = 58+73+36=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4924 is #C5B6DB. Grayscale: #404040. Windows color (decimal): -12957404 or 2378042. OLE color: 2378042.
HSL color Cylindrical-coordinate representation of color #3A4924: hue angle of 84.32º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A4924 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 36 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.71 |
| HSL | 84.32º | 0.34% | 0.21% | - |
| HSV(B) | 84.32º | 0.51% | 0.29% | - |
| XYZ | 4.45 | 5.79 | 2.55 | - |
| YUV | 64.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 36 | 0.21 | 0 | 0.51 | 0.71 | 84.32 | 0.34 | 0.21 |
| Hex | 3A | 49 | 24 | 15 | 0 | 33 | 47 | 54 | 22 | 15 |
| Octal | 72 | 111 | 44 | 25 | 0 | 63 | 107 | 124 | 42 | 25 |
| Binary | 111010 | 1001001 | 100100 | 10101 | 0 | 110011 | 1000111 | 1010100 | 100010 | 10101 |
Color Harmonies of #3A4924
Complementary color
Monochromatic Colors of #3A4924
Black with #3A4924
Text Example
Text Example
White with #3A4924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4924; }
p { color: rgb(58,73,36); }
H1.HeaderClassName
{
color: #3A4924;
}
.AnyTagClassName
{
color: #3A4924;
}
</style>
background-color css
<style>
a { background-color: #3A4924; }
a { background-color: rgb(58,73,36); }
div.DivClassName
{
background-color: #3A4924;
}
.BgClassName
{
background-color: #3A4924;
}
</style>
border-color css
<style>
span { border-color: #3A4924; }
span { border-color: rgb(58,73,36); }
td.TdClassName
{
border-color: #3A4924;
}
.TagClassName
{
border-color: #3A4924;
}
</style>