Shades of Sea Green #378B50
Tints of Sea Green #378B50
RGB
CMYK
RGB Variations
Color information
#378B50 (or 0x378B50) is known color: Sea Green. HEX triplet: 37, 8B and 50. RGB value is (55,139,80). Sum of RGB (Red+Green+Blue) = 55+139+80=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #378B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378B50 is #C874AF. Grayscale: #6B6B6B. Windows color (decimal): -13137072 or 5278519. OLE color: 5278519.
HSL color Cylindrical-coordinate representation of color #378B50: hue angle of 137.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B50 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 139 | 80 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.45 |
| HSL | 137.86º | 0.43% | 0.38% | - |
| HSV(B) | 137.86º | 0.6% | 0.55% | - |
| XYZ | 12.26 | 19.86 | 10.78 | - |
| YUV | 107.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 80 | 0.60 | 0 | 0.42 | 0.45 | 137.86 | 0.43 | 0.38 |
| Hex | 37 | 8B | 50 | 3C | 0 | 2A | 2D | 8A | 2B | 26 |
| Octal | 67 | 213 | 120 | 74 | 0 | 52 | 55 | 212 | 53 | 46 |
| Binary | 110111 | 10001011 | 1010000 | 111100 | 0 | 101010 | 101101 | 10001010 | 101011 | 100110 |
Color Harmonies of #378B50
Complementary color
Monochromatic Colors of #378B50
Black with #378B50
Text Example
Text Example
White with #378B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378B50; }
p { color: rgb(55,139,80); }
H1.HeaderClassName
{
color: #378B50;
}
.AnyTagClassName
{
color: #378B50;
}
</style>
background-color css
<style>
a { background-color: #378B50; }
a { background-color: rgb(55,139,80); }
div.DivClassName
{
background-color: #378B50;
}
.BgClassName
{
background-color: #378B50;
}
</style>
border-color css
<style>
span { border-color: #378B50; }
span { border-color: rgb(55,139,80); }
td.TdClassName
{
border-color: #378B50;
}
.TagClassName
{
border-color: #378B50;
}
</style>