Shades of Seaweed #374F1C
Tints of Seaweed #374F1C
RGB
CMYK
RGB Variations
Color information
#374F1C (or 0x374F1C) is known color: Seaweed. HEX triplet: 37, 4F and 1C. RGB value is (55,79,28). Sum of RGB (Red+Green+Blue) = 55+79+28=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #374F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F1C is #C8B0E3. Grayscale: #424242. Windows color (decimal): -13152484 or 1855287. OLE color: 1855287.
HSL color Cylindrical-coordinate representation of color #374F1C: hue angle of 88.24º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #374F1C is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 79 | 28 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.69 |
| HSL | 88.24º | 0.48% | 0.21% | - |
| HSV(B) | 88.24º | 0.65% | 0.31% | - |
| XYZ | 4.58 | 6.49 | 2.11 | - |
| YUV | 66.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 28 | 0.30 | 0 | 0.65 | 0.69 | 88.24 | 0.48 | 0.21 |
| Hex | 37 | 4F | 1C | 1E | 0 | 41 | 45 | 58 | 30 | 15 |
| Octal | 67 | 117 | 34 | 36 | 0 | 101 | 105 | 130 | 60 | 25 |
| Binary | 110111 | 1001111 | 11100 | 11110 | 0 | 1000001 | 1000101 | 1011000 | 110000 | 10101 |
Color Harmonies of #374F1C
Complementary color
Monochromatic Colors of #374F1C
Black with #374F1C
Text Example
Text Example
White with #374F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374F1C; }
p { color: rgb(55,79,28); }
H1.HeaderClassName
{
color: #374F1C;
}
.AnyTagClassName
{
color: #374F1C;
}
</style>
background-color css
<style>
a { background-color: #374F1C; }
a { background-color: rgb(55,79,28); }
div.DivClassName
{
background-color: #374F1C;
}
.BgClassName
{
background-color: #374F1C;
}
</style>
border-color css
<style>
span { border-color: #374F1C; }
span { border-color: rgb(55,79,28); }
td.TdClassName
{
border-color: #374F1C;
}
.TagClassName
{
border-color: #374F1C;
}
</style>