Shades of Seaweed #3B462E
Tints of Seaweed #3B462E
RGB
CMYK
RGB Variations
Color information
#3B462E (or 0x3B462E) is known color: Seaweed. HEX triplet: 3B, 46 and 2E. RGB value is (59,70,46). Sum of RGB (Red+Green+Blue) = 59+70+46=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #3B462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B462E is #C4B9D1. Grayscale: #404040. Windows color (decimal): -12892626 or 3032635. OLE color: 3032635.
HSL color Cylindrical-coordinate representation of color #3B462E: hue angle of 87.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B462E is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 70 | 46 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.73 |
| HSL | 87.5º | 0.21% | 0.23% | - |
| HSV(B) | 87.5º | 0.34% | 0.27% | - |
| XYZ | 4.49 | 5.51 | 3.41 | - |
| YUV | 63.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 46 | 0.16 | 0 | 0.34 | 0.73 | 87.5 | 0.21 | 0.23 |
| Hex | 3B | 46 | 2E | 10 | 0 | 22 | 49 | 57 | 15 | 17 |
| Octal | 73 | 106 | 56 | 20 | 0 | 42 | 111 | 127 | 25 | 27 |
| Binary | 111011 | 1000110 | 101110 | 10000 | 0 | 100010 | 1001001 | 1010111 | 10101 | 10111 |
Color Harmonies of #3B462E
Complementary color
Monochromatic Colors of #3B462E
Black with #3B462E
Text Example
Text Example
White with #3B462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B462E; }
p { color: rgb(59,70,46); }
H1.HeaderClassName
{
color: #3B462E;
}
.AnyTagClassName
{
color: #3B462E;
}
</style>
background-color css
<style>
a { background-color: #3B462E; }
a { background-color: rgb(59,70,46); }
div.DivClassName
{
background-color: #3B462E;
}
.BgClassName
{
background-color: #3B462E;
}
</style>
border-color css
<style>
span { border-color: #3B462E; }
span { border-color: rgb(59,70,46); }
td.TdClassName
{
border-color: #3B462E;
}
.TagClassName
{
border-color: #3B462E;
}
</style>