Shades of Seaweed #3B4928
Tints of Seaweed #3B4928
RGB
CMYK
RGB Variations
Color information
#3B4928 (or 0x3B4928) is known color: Seaweed. HEX triplet: 3B, 49 and 28. RGB value is (59,73,40). Sum of RGB (Red+Green+Blue) = 59+73+40=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #3B4928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4928 is #C4B6D7. Grayscale: #414141. Windows color (decimal): -12891864 or 2640187. OLE color: 2640187.
HSL color Cylindrical-coordinate representation of color #3B4928: hue angle of 85.45º 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 #3B4928 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 73 | 40 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.71 |
| HSL | 85.45º | 0.29% | 0.22% | - |
| HSV(B) | 85.45º | 0.45% | 0.29% | - |
| XYZ | 4.57 | 5.85 | 2.9 | - |
| YUV | 65.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 40 | 0.19 | 0 | 0.45 | 0.71 | 85.45 | 0.29 | 0.22 |
| Hex | 3B | 49 | 28 | 13 | 0 | 2D | 47 | 55 | 1D | 16 |
| Octal | 73 | 111 | 50 | 23 | 0 | 55 | 107 | 125 | 35 | 26 |
| Binary | 111011 | 1001001 | 101000 | 10011 | 0 | 101101 | 1000111 | 1010101 | 11101 | 10110 |
Color Harmonies of #3B4928
Complementary color
Monochromatic Colors of #3B4928
Black with #3B4928
Text Example
Text Example
White with #3B4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4928; }
p { color: rgb(59,73,40); }
H1.HeaderClassName
{
color: #3B4928;
}
.AnyTagClassName
{
color: #3B4928;
}
</style>
background-color css
<style>
a { background-color: #3B4928; }
a { background-color: rgb(59,73,40); }
div.DivClassName
{
background-color: #3B4928;
}
.BgClassName
{
background-color: #3B4928;
}
</style>
border-color css
<style>
span { border-color: #3B4928; }
span { border-color: rgb(59,73,40); }
td.TdClassName
{
border-color: #3B4928;
}
.TagClassName
{
border-color: #3B4928;
}
</style>