Shades of Seaweed #3A4826
Tints of Seaweed #3A4826
RGB
CMYK
RGB Variations
Color information
#3A4826 (or 0x3A4826) is known color: Seaweed. HEX triplet: 3A, 48 and 26. RGB value is (58,72,38). Sum of RGB (Red+Green+Blue) = 58+72+38=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4826 is #C5B7D9. Grayscale: #404040. Windows color (decimal): -12957658 or 2508858. OLE color: 2508858.
HSL color Cylindrical-coordinate representation of color #3A4826: hue angle of 84.71º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A4826 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 38 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.72 |
| HSL | 84.71º | 0.31% | 0.22% | - |
| HSV(B) | 84.71º | 0.47% | 0.28% | - |
| XYZ | 4.41 | 5.67 | 2.7 | - |
| YUV | 63.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 38 | 0.19 | 0 | 0.47 | 0.72 | 84.71 | 0.31 | 0.22 |
| Hex | 3A | 48 | 26 | 13 | 0 | 2F | 48 | 55 | 1F | 16 |
| Octal | 72 | 110 | 46 | 23 | 0 | 57 | 110 | 125 | 37 | 26 |
| Binary | 111010 | 1001000 | 100110 | 10011 | 0 | 101111 | 1001000 | 1010101 | 11111 | 10110 |
Color Harmonies of #3A4826
Complementary color
Monochromatic Colors of #3A4826
Black with #3A4826
Text Example
Text Example
White with #3A4826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4826; }
p { color: rgb(58,72,38); }
H1.HeaderClassName
{
color: #3A4826;
}
.AnyTagClassName
{
color: #3A4826;
}
</style>
background-color css
<style>
a { background-color: #3A4826; }
a { background-color: rgb(58,72,38); }
div.DivClassName
{
background-color: #3A4826;
}
.BgClassName
{
background-color: #3A4826;
}
</style>
border-color css
<style>
span { border-color: #3A4826; }
span { border-color: rgb(58,72,38); }
td.TdClassName
{
border-color: #3A4826;
}
.TagClassName
{
border-color: #3A4826;
}
</style>