Shades of Seaweed #374128
Tints of Seaweed #374128
RGB
CMYK
RGB Variations
Color information
#374128 (or 0x374128) is known color: Seaweed. HEX triplet: 37, 41 and 28. RGB value is (55,65,40). Sum of RGB (Red+Green+Blue) = 55+65+40=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #374128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374128 is #C8BED7. Grayscale: #3B3B3B. Windows color (decimal): -13156056 or 2638135. OLE color: 2638135.
HSL color Cylindrical-coordinate representation of color #374128: hue angle of 84º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374128 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 65 | 40 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.75 |
| HSL | 84º | 0.24% | 0.21% | - |
| HSV(B) | 84º | 0.38% | 0.25% | - |
| XYZ | 3.85 | 4.75 | 2.72 | - |
| YUV | 59.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 40 | 0.15 | 0 | 0.38 | 0.75 | 84 | 0.24 | 0.21 |
| Hex | 37 | 41 | 28 | F | 0 | 26 | 4B | 54 | 18 | 15 |
| Octal | 67 | 101 | 50 | 17 | 0 | 46 | 113 | 124 | 30 | 25 |
| Binary | 110111 | 1000001 | 101000 | 1111 | 0 | 100110 | 1001011 | 1010100 | 11000 | 10101 |
Color Harmonies of #374128
Complementary color
Monochromatic Colors of #374128
Black with #374128
Text Example
Text Example
White with #374128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374128; }
p { color: rgb(55,65,40); }
H1.HeaderClassName
{
color: #374128;
}
.AnyTagClassName
{
color: #374128;
}
</style>
background-color css
<style>
a { background-color: #374128; }
a { background-color: rgb(55,65,40); }
div.DivClassName
{
background-color: #374128;
}
.BgClassName
{
background-color: #374128;
}
</style>
border-color css
<style>
span { border-color: #374128; }
span { border-color: rgb(55,65,40); }
td.TdClassName
{
border-color: #374128;
}
.TagClassName
{
border-color: #374128;
}
</style>