Shades of Seaweed #3B4232
Tints of Seaweed #3B4232
RGB
CMYK
RGB Variations
Color information
#3B4232 (or 0x3B4232) is known color: Seaweed. HEX triplet: 3B, 42 and 32. RGB value is (59,66,50). Sum of RGB (Red+Green+Blue) = 59+66+50=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4232 is #C4BDCD. Grayscale: #3E3E3E. Windows color (decimal): -12893646 or 3293755. OLE color: 3293755.
HSL color Cylindrical-coordinate representation of color #3B4232: hue angle of 86.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3B4232 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 50 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.74 |
| HSL | 86.25º | 0.14% | 0.23% | - |
| HSV(B) | 86.25º | 0.24% | 0.26% | - |
| XYZ | 4.33 | 5.06 | 3.77 | - |
| YUV | 62.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 50 | 0.11 | 0 | 0.24 | 0.74 | 86.25 | 0.14 | 0.23 |
| Hex | 3B | 42 | 32 | B | 0 | 18 | 4A | 56 | E | 17 |
| Octal | 73 | 102 | 62 | 13 | 0 | 30 | 112 | 126 | 16 | 27 |
| Binary | 111011 | 1000010 | 110010 | 1011 | 0 | 11000 | 1001010 | 1010110 | 1110 | 10111 |
Color Harmonies of #3B4232
Complementary color
Monochromatic Colors of #3B4232
Black with #3B4232
Text Example
Text Example
White with #3B4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4232; }
p { color: rgb(59,66,50); }
H1.HeaderClassName
{
color: #3B4232;
}
.AnyTagClassName
{
color: #3B4232;
}
</style>
background-color css
<style>
a { background-color: #3B4232; }
a { background-color: rgb(59,66,50); }
div.DivClassName
{
background-color: #3B4232;
}
.BgClassName
{
background-color: #3B4232;
}
</style>
border-color css
<style>
span { border-color: #3B4232; }
span { border-color: rgb(59,66,50); }
td.TdClassName
{
border-color: #3B4232;
}
.TagClassName
{
border-color: #3B4232;
}
</style>