Shades of Seaweed #374026
Tints of Seaweed #374026
RGB
CMYK
RGB Variations
Color information
#374026 (or 0x374026) is known color: Seaweed. HEX triplet: 37, 40 and 26. RGB value is (55,64,38). Sum of RGB (Red+Green+Blue) = 55+64+38=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #374026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374026 is #C8BFD9. Grayscale: #3A3A3A. Windows color (decimal): -13156314 or 2506807. OLE color: 2506807.
HSL color Cylindrical-coordinate representation of color #374026: hue angle of 80.77º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #374026 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 38 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.75 |
| HSL | 80.77º | 0.25% | 0.2% | - |
| HSV(B) | 80.77º | 0.41% | 0.25% | - |
| XYZ | 3.76 | 4.62 | 2.53 | - |
| YUV | 58.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 38 | 0.14 | 0 | 0.41 | 0.75 | 80.77 | 0.25 | 0.2 |
| Hex | 37 | 40 | 26 | E | 0 | 29 | 4B | 51 | 19 | 14 |
| Octal | 67 | 100 | 46 | 16 | 0 | 51 | 113 | 121 | 31 | 24 |
| Binary | 110111 | 1000000 | 100110 | 1110 | 0 | 101001 | 1001011 | 1010001 | 11001 | 10100 |
Color Harmonies of #374026
Complementary color
Monochromatic Colors of #374026
Black with #374026
Text Example
Text Example
White with #374026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374026; }
p { color: rgb(55,64,38); }
H1.HeaderClassName
{
color: #374026;
}
.AnyTagClassName
{
color: #374026;
}
</style>
background-color css
<style>
a { background-color: #374026; }
a { background-color: rgb(55,64,38); }
div.DivClassName
{
background-color: #374026;
}
.BgClassName
{
background-color: #374026;
}
</style>
border-color css
<style>
span { border-color: #374026; }
span { border-color: rgb(55,64,38); }
td.TdClassName
{
border-color: #374026;
}
.TagClassName
{
border-color: #374026;
}
</style>