Shades of Seaweed #37412D
Tints of Seaweed #37412D
RGB
CMYK
RGB Variations
Color information
#37412D (or 0x37412D) is known color: Seaweed. HEX triplet: 37, 41 and 2D. RGB value is (55,65,45). Sum of RGB (Red+Green+Blue) = 55+65+45=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #37412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37412D is #C8BED2. Grayscale: #3B3B3B. Windows color (decimal): -13156051 or 2965815. OLE color: 2965815.
HSL color Cylindrical-coordinate representation of color #37412D: hue angle of 90º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #37412D is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 65 | 45 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.75 |
| HSL | 90º | 0.18% | 0.22% | - |
| HSV(B) | 90º | 0.31% | 0.25% | - |
| XYZ | 3.94 | 4.78 | 3.2 | - |
| YUV | 59.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 45 | 0.15 | 0 | 0.31 | 0.75 | 90 | 0.18 | 0.22 |
| Hex | 37 | 41 | 2D | F | 0 | 1F | 4B | 5A | 12 | 16 |
| Octal | 67 | 101 | 55 | 17 | 0 | 37 | 113 | 132 | 22 | 26 |
| Binary | 110111 | 1000001 | 101101 | 1111 | 0 | 11111 | 1001011 | 1011010 | 10010 | 10110 |
Color Harmonies of #37412D
Complementary color
Monochromatic Colors of #37412D
Black with #37412D
Text Example
Text Example
White with #37412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37412D; }
p { color: rgb(55,65,45); }
H1.HeaderClassName
{
color: #37412D;
}
.AnyTagClassName
{
color: #37412D;
}
</style>
background-color css
<style>
a { background-color: #37412D; }
a { background-color: rgb(55,65,45); }
div.DivClassName
{
background-color: #37412D;
}
.BgClassName
{
background-color: #37412D;
}
</style>
border-color css
<style>
span { border-color: #37412D; }
span { border-color: rgb(55,65,45); }
td.TdClassName
{
border-color: #37412D;
}
.TagClassName
{
border-color: #37412D;
}
</style>