Shades of Seaweed #373F2A
Tints of Seaweed #373F2A
RGB
CMYK
RGB Variations
Color information
#373F2A (or 0x373F2A) is known color: Seaweed. HEX triplet: 37, 3F and 2A. RGB value is (55,63,42). Sum of RGB (Red+Green+Blue) = 55+63+42=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 63 - color contains mainly: green. Hex color #373F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373F2A is #C8C0D5. Grayscale: #3A3A3A. Windows color (decimal): -13156566 or 2768695. OLE color: 2768695.
HSL color Cylindrical-coordinate representation of color #373F2A: hue angle of 82.86º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #373F2A is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 63 | 42 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.75 |
| HSL | 82.86º | 0.2% | 0.21% | - |
| HSV(B) | 82.86º | 0.33% | 0.25% | - |
| XYZ | 3.77 | 4.53 | 2.87 | - |
| YUV | 58.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 42 | 0.13 | 0 | 0.33 | 0.75 | 82.86 | 0.2 | 0.21 |
| Hex | 37 | 3F | 2A | D | 0 | 21 | 4B | 53 | 14 | 15 |
| Octal | 67 | 77 | 52 | 15 | 0 | 41 | 113 | 123 | 24 | 25 |
| Binary | 110111 | 111111 | 101010 | 1101 | 0 | 100001 | 1001011 | 1010011 | 10100 | 10101 |
Color Harmonies of #373F2A
Complementary color
Monochromatic Colors of #373F2A
Black with #373F2A
Text Example
Text Example
White with #373F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F2A; }
p { color: rgb(55,63,42); }
H1.HeaderClassName
{
color: #373F2A;
}
.AnyTagClassName
{
color: #373F2A;
}
</style>
background-color css
<style>
a { background-color: #373F2A; }
a { background-color: rgb(55,63,42); }
div.DivClassName
{
background-color: #373F2A;
}
.BgClassName
{
background-color: #373F2A;
}
</style>
border-color css
<style>
span { border-color: #373F2A; }
span { border-color: rgb(55,63,42); }
td.TdClassName
{
border-color: #373F2A;
}
.TagClassName
{
border-color: #373F2A;
}
</style>