Shades of Sea Green #378952
Tints of Sea Green #378952
RGB
CMYK
RGB Variations
Color information
#378952 (or 0x378952) is known color: Sea Green. HEX triplet: 37, 89 and 52. RGB value is (55,137,82). Sum of RGB (Red+Green+Blue) = 55+137+82=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #378952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378952 is #C876AD. Grayscale: #6A6A6A. Windows color (decimal): -13137582 or 5409079. OLE color: 5409079.
HSL color Cylindrical-coordinate representation of color #378952: hue angle of 139.76º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378952 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 137 | 82 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.46 |
| HSL | 139.76º | 0.43% | 0.38% | - |
| HSV(B) | 139.76º | 0.6% | 0.54% | - |
| XYZ | 12.04 | 19.31 | 11.08 | - |
| YUV | 106.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 137 | 82 | 0.60 | 0 | 0.40 | 0.46 | 139.76 | 0.43 | 0.38 |
| Hex | 37 | 89 | 52 | 3C | 0 | 28 | 2E | 8C | 2B | 26 |
| Octal | 67 | 211 | 122 | 74 | 0 | 50 | 56 | 214 | 53 | 46 |
| Binary | 110111 | 10001001 | 1010010 | 111100 | 0 | 101000 | 101110 | 10001100 | 101011 | 100110 |
Color Harmonies of #378952
Complementary color
Monochromatic Colors of #378952
Black with #378952
Text Example
Text Example
White with #378952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378952; }
p { color: rgb(55,137,82); }
H1.HeaderClassName
{
color: #378952;
}
.AnyTagClassName
{
color: #378952;
}
</style>
background-color css
<style>
a { background-color: #378952; }
a { background-color: rgb(55,137,82); }
div.DivClassName
{
background-color: #378952;
}
.BgClassName
{
background-color: #378952;
}
</style>
border-color css
<style>
span { border-color: #378952; }
span { border-color: rgb(55,137,82); }
td.TdClassName
{
border-color: #378952;
}
.TagClassName
{
border-color: #378952;
}
</style>