Shades of Seaweed #3A4926
Tints of Seaweed #3A4926
RGB
CMYK
RGB Variations
Color information
#3A4926 (or 0x3A4926) is known color: Seaweed. HEX triplet: 3A, 49 and 26. RGB value is (58,73,38). Sum of RGB (Red+Green+Blue) = 58+73+38=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4926 is #C5B6D9. Grayscale: #404040. Windows color (decimal): -12957402 or 2509114. OLE color: 2509114.
HSL color Cylindrical-coordinate representation of color #3A4926: hue angle of 85.71º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A4926 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 38 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.71 |
| HSL | 85.71º | 0.32% | 0.22% | - |
| HSV(B) | 85.71º | 0.48% | 0.29% | - |
| XYZ | 4.48 | 5.8 | 2.72 | - |
| YUV | 64.53 | 113.03 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 38 | 0.21 | 0 | 0.48 | 0.71 | 85.71 | 0.32 | 0.22 |
| Hex | 3A | 49 | 26 | 15 | 0 | 30 | 47 | 56 | 20 | 16 |
| Octal | 72 | 111 | 46 | 25 | 0 | 60 | 107 | 126 | 40 | 26 |
| Binary | 111010 | 1001001 | 100110 | 10101 | 0 | 110000 | 1000111 | 1010110 | 100000 | 10110 |
Color Harmonies of #3A4926
Complementary color
Monochromatic Colors of #3A4926
Black with #3A4926
Text Example
Text Example
White with #3A4926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4926; }
p { color: rgb(58,73,38); }
H1.HeaderClassName
{
color: #3A4926;
}
.AnyTagClassName
{
color: #3A4926;
}
</style>
background-color css
<style>
a { background-color: #3A4926; }
a { background-color: rgb(58,73,38); }
div.DivClassName
{
background-color: #3A4926;
}
.BgClassName
{
background-color: #3A4926;
}
</style>
border-color css
<style>
span { border-color: #3A4926; }
span { border-color: rgb(58,73,38); }
td.TdClassName
{
border-color: #3A4926;
}
.TagClassName
{
border-color: #3A4926;
}
</style>