Shades of Sea Green #378D49
Tints of Sea Green #378D49
RGB
CMYK
RGB Variations
Color information
#378D49 (or 0x378D49) is known color: Sea Green. HEX triplet: 37, 8D and 49. RGB value is (55,141,73). Sum of RGB (Red+Green+Blue) = 55+141+73=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #378D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378D49 is #C872B6. Grayscale: #6B6B6B. Windows color (decimal): -13136567 or 4820279. OLE color: 4820279.
HSL color Cylindrical-coordinate representation of color #378D49: hue angle of 132.56º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378D49 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 73 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.45 |
| HSL | 132.56º | 0.44% | 0.38% | - |
| HSV(B) | 132.56º | 0.61% | 0.55% | - |
| XYZ | 12.3 | 20.34 | 9.58 | - |
| YUV | 107.53 | 108.51 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 73 | 0.61 | 0 | 0.48 | 0.45 | 132.56 | 0.44 | 0.38 |
| Hex | 37 | 8D | 49 | 3D | 0 | 30 | 2D | 85 | 2C | 26 |
| Octal | 67 | 215 | 111 | 75 | 0 | 60 | 55 | 205 | 54 | 46 |
| Binary | 110111 | 10001101 | 1001001 | 111101 | 0 | 110000 | 101101 | 10000101 | 101100 | 100110 |
Color Harmonies of #378D49
Complementary color
Monochromatic Colors of #378D49
Black with #378D49
Text Example
Text Example
White with #378D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D49; }
p { color: rgb(55,141,73); }
H1.HeaderClassName
{
color: #378D49;
}
.AnyTagClassName
{
color: #378D49;
}
</style>
background-color css
<style>
a { background-color: #378D49; }
a { background-color: rgb(55,141,73); }
div.DivClassName
{
background-color: #378D49;
}
.BgClassName
{
background-color: #378D49;
}
</style>
border-color css
<style>
span { border-color: #378D49; }
span { border-color: rgb(55,141,73); }
td.TdClassName
{
border-color: #378D49;
}
.TagClassName
{
border-color: #378D49;
}
</style>