Shades of Seaweed #37422A
Tints of Seaweed #37422A
RGB
CMYK
RGB Variations
Color information
#37422A (or 0x37422A) is known color: Seaweed. HEX triplet: 37, 42 and 2A. RGB value is (55,66,42). Sum of RGB (Red+Green+Blue) = 55+66+42=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #37422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37422A is #C8BDD5. Grayscale: #3C3C3C. Windows color (decimal): -13155798 or 2769463. OLE color: 2769463.
HSL color Cylindrical-coordinate representation of color #37422A: hue angle of 87.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #37422A is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 66 | 42 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.74 |
| HSL | 87.5º | 0.22% | 0.21% | - |
| HSV(B) | 87.5º | 0.36% | 0.26% | - |
| XYZ | 3.94 | 4.88 | 2.92 | - |
| YUV | 59.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 42 | 0.17 | 0 | 0.36 | 0.74 | 87.5 | 0.22 | 0.21 |
| Hex | 37 | 42 | 2A | 11 | 0 | 24 | 4A | 57 | 16 | 15 |
| Octal | 67 | 102 | 52 | 21 | 0 | 44 | 112 | 127 | 26 | 25 |
| Binary | 110111 | 1000010 | 101010 | 10001 | 0 | 100100 | 1001010 | 1010111 | 10110 | 10101 |
Color Harmonies of #37422A
Complementary color
Monochromatic Colors of #37422A
Black with #37422A
Text Example
Text Example
White with #37422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37422A; }
p { color: rgb(55,66,42); }
H1.HeaderClassName
{
color: #37422A;
}
.AnyTagClassName
{
color: #37422A;
}
</style>
background-color css
<style>
a { background-color: #37422A; }
a { background-color: rgb(55,66,42); }
div.DivClassName
{
background-color: #37422A;
}
.BgClassName
{
background-color: #37422A;
}
</style>
border-color css
<style>
span { border-color: #37422A; }
span { border-color: rgb(55,66,42); }
td.TdClassName
{
border-color: #37422A;
}
.TagClassName
{
border-color: #37422A;
}
</style>