Shades of Seaweed #37402A
Tints of Seaweed #37402A
RGB
CMYK
RGB Variations
Color information
#37402A (or 0x37402A) is known color: Seaweed. HEX triplet: 37, 40 and 2A. RGB value is (55,64,42). Sum of RGB (Red+Green+Blue) = 55+64+42=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 64 - color contains mainly: green. Hex color #37402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37402A is #C8BFD5. Grayscale: #3A3A3A. Windows color (decimal): -13156310 or 2768951. OLE color: 2768951.
HSL color Cylindrical-coordinate representation of color #37402A: hue angle of 84.55º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #37402A is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 42 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.75 |
| HSL | 84.55º | 0.21% | 0.21% | - |
| HSV(B) | 84.55º | 0.34% | 0.25% | - |
| XYZ | 3.83 | 4.65 | 2.89 | - |
| YUV | 58.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 42 | 0.14 | 0 | 0.34 | 0.75 | 84.55 | 0.21 | 0.21 |
| Hex | 37 | 40 | 2A | E | 0 | 22 | 4B | 55 | 15 | 15 |
| Octal | 67 | 100 | 52 | 16 | 0 | 42 | 113 | 125 | 25 | 25 |
| Binary | 110111 | 1000000 | 101010 | 1110 | 0 | 100010 | 1001011 | 1010101 | 10101 | 10101 |
Color Harmonies of #37402A
Complementary color
Monochromatic Colors of #37402A
Black with #37402A
Text Example
Text Example
White with #37402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37402A; }
p { color: rgb(55,64,42); }
H1.HeaderClassName
{
color: #37402A;
}
.AnyTagClassName
{
color: #37402A;
}
</style>
background-color css
<style>
a { background-color: #37402A; }
a { background-color: rgb(55,64,42); }
div.DivClassName
{
background-color: #37402A;
}
.BgClassName
{
background-color: #37402A;
}
</style>
border-color css
<style>
span { border-color: #37402A; }
span { border-color: rgb(55,64,42); }
td.TdClassName
{
border-color: #37402A;
}
.TagClassName
{
border-color: #37402A;
}
</style>