Shades of Seaweed #3A4D26
Tints of Seaweed #3A4D26
RGB
CMYK
RGB Variations
Color information
#3A4D26 (or 0x3A4D26) is known color: Seaweed. HEX triplet: 3A, 4D and 26. RGB value is (58,77,38). Sum of RGB (Red+Green+Blue) = 58+77+38=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D26 is #C5B2D9. Grayscale: #434343. Windows color (decimal): -12956378 or 2510138. OLE color: 2510138.
HSL color Cylindrical-coordinate representation of color #3A4D26: hue angle of 89.23º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A4D26 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 77 | 38 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.70 |
| HSL | 89.23º | 0.34% | 0.23% | - |
| HSV(B) | 89.23º | 0.51% | 0.3% | - |
| XYZ | 4.75 | 6.35 | 2.81 | - |
| YUV | 66.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 38 | 0.25 | 0 | 0.51 | 0.70 | 89.23 | 0.34 | 0.23 |
| Hex | 3A | 4D | 26 | 19 | 0 | 33 | 46 | 59 | 22 | 17 |
| Octal | 72 | 115 | 46 | 31 | 0 | 63 | 106 | 131 | 42 | 27 |
| Binary | 111010 | 1001101 | 100110 | 11001 | 0 | 110011 | 1000110 | 1011001 | 100010 | 10111 |
Color Harmonies of #3A4D26
Complementary color
Monochromatic Colors of #3A4D26
Black with #3A4D26
Text Example
Text Example
White with #3A4D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D26; }
p { color: rgb(58,77,38); }
H1.HeaderClassName
{
color: #3A4D26;
}
.AnyTagClassName
{
color: #3A4D26;
}
</style>
background-color css
<style>
a { background-color: #3A4D26; }
a { background-color: rgb(58,77,38); }
div.DivClassName
{
background-color: #3A4D26;
}
.BgClassName
{
background-color: #3A4D26;
}
</style>
border-color css
<style>
span { border-color: #3A4D26; }
span { border-color: rgb(58,77,38); }
td.TdClassName
{
border-color: #3A4D26;
}
.TagClassName
{
border-color: #3A4D26;
}
</style>