Shades of Sea Green #378B53
Tints of Sea Green #378B53
RGB
CMYK
RGB Variations
Color information
#378B53 (or 0x378B53) is known color: Sea Green. HEX triplet: 37, 8B and 53. RGB value is (55,139,83). Sum of RGB (Red+Green+Blue) = 55+139+83=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #378B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378B53 is #C874AC. Grayscale: #6B6B6B. Windows color (decimal): -13137069 or 5475127. OLE color: 5475127.
HSL color Cylindrical-coordinate representation of color #378B53: hue angle of 140º 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 #378B53 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 139 | 83 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.45 |
| HSL | 140º | 0.43% | 0.38% | - |
| HSV(B) | 140º | 0.6% | 0.55% | - |
| XYZ | 12.37 | 19.9 | 11.37 | - |
| YUV | 107.5 | 114.17 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 83 | 0.60 | 0 | 0.40 | 0.45 | 140 | 0.43 | 0.38 |
| Hex | 37 | 8B | 53 | 3C | 0 | 28 | 2D | 8C | 2B | 26 |
| Octal | 67 | 213 | 123 | 74 | 0 | 50 | 55 | 214 | 53 | 46 |
| Binary | 110111 | 10001011 | 1010011 | 111100 | 0 | 101000 | 101101 | 10001100 | 101011 | 100110 |
Color Harmonies of #378B53
Complementary color
Monochromatic Colors of #378B53
Black with #378B53
Text Example
Text Example
White with #378B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378B53; }
p { color: rgb(55,139,83); }
H1.HeaderClassName
{
color: #378B53;
}
.AnyTagClassName
{
color: #378B53;
}
</style>
background-color css
<style>
a { background-color: #378B53; }
a { background-color: rgb(55,139,83); }
div.DivClassName
{
background-color: #378B53;
}
.BgClassName
{
background-color: #378B53;
}
</style>
border-color css
<style>
span { border-color: #378B53; }
span { border-color: rgb(55,139,83); }
td.TdClassName
{
border-color: #378B53;
}
.TagClassName
{
border-color: #378B53;
}
</style>