Shades of Seaweed #3B4A2A
Tints of Seaweed #3B4A2A
RGB
CMYK
RGB Variations
Color information
#3B4A2A (or 0x3B4A2A) is known color: Seaweed. HEX triplet: 3B, 4A and 2A. RGB value is (59,74,42). Sum of RGB (Red+Green+Blue) = 59+74+42=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #3B4A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4A2A is #C4B5D5. Grayscale: #414141. Windows color (decimal): -12891606 or 2771515. OLE color: 2771515.
HSL color Cylindrical-coordinate representation of color #3B4A2A: hue angle of 88.12º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B4A2A is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 74 | 42 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.71 |
| HSL | 88.13º | 0.28% | 0.23% | - |
| HSV(B) | 88.13º | 0.43% | 0.29% | - |
| XYZ | 4.67 | 5.99 | 3.1 | - |
| YUV | 65.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 74 | 42 | 0.20 | 0 | 0.43 | 0.71 | 88.13 | 0.28 | 0.23 |
| Hex | 3B | 4A | 2A | 14 | 0 | 2B | 47 | 58 | 1C | 17 |
| Octal | 73 | 112 | 52 | 24 | 0 | 53 | 107 | 130 | 34 | 27 |
| Binary | 111011 | 1001010 | 101010 | 10100 | 0 | 101011 | 1000111 | 1011000 | 11100 | 10111 |
Color Harmonies of #3B4A2A
Complementary color
Monochromatic Colors of #3B4A2A
Black with #3B4A2A
Text Example
Text Example
White with #3B4A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4A2A; }
p { color: rgb(59,74,42); }
H1.HeaderClassName
{
color: #3B4A2A;
}
.AnyTagClassName
{
color: #3B4A2A;
}
</style>
background-color css
<style>
a { background-color: #3B4A2A; }
a { background-color: rgb(59,74,42); }
div.DivClassName
{
background-color: #3B4A2A;
}
.BgClassName
{
background-color: #3B4A2A;
}
</style>
border-color css
<style>
span { border-color: #3B4A2A; }
span { border-color: rgb(59,74,42); }
td.TdClassName
{
border-color: #3B4A2A;
}
.TagClassName
{
border-color: #3B4A2A;
}
</style>