#378E50

Color #378E50 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #378E50

Tints of Sea Green #378E50

Color information

#378E50 (or 0x378E50) is unknown color: approx Sea Green. HEX triplet: 37, 8E and 50. RGB value is (55,142,80). Sum of RGB (Red+Green+Blue) = 55+142+80=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #378E50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378E50 is #C871AF. Grayscale: #6D6D6D. Windows color (decimal): -13136304 or 5279287. OLE color: 5279287.

HSL color Cylindrical-coordinate representation of color #378E50: hue angle of 137.24º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378E50 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB5514280-
CMYK0.6100.440.44
HSL137.24º44.16%38.63%-
HSV(B)137.24º61.27%55.69%-
XYZ12.720.7410.92-
YUV108.92111.6889.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 142 (55.86% from 255) = 51.26%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=19.86%
G=51.26%
B=28.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55142800.6100.440.44137.2444.1638.63
Hex378E503D02C2C892c27
Octal6721612075054542115447
Binary110111100011101010000111101010110010110010001001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378E50; }

 p { color: rgb(55,142,80); }

 H1.HeaderClassName
 {
   color: #378E50;
 }
 .AnyTagClassName
 {
   color: #378E50;
 }
</style>
background-color css

<style>
 a { background-color: #378E50; }

 a { background-color: rgb(55,142,80); }

 div.DivClassName
 {
   background-color: #378E50;
 }
 .BgClassName
 {
   background-color: #378E50;
 }
</style>
border-color css

<style>
 span { border-color: #378E50; }

 span { border-color: rgb(55,142,80); }

 td.TdClassName
 {
   border-color: #378E50;
 }
 .TagClassName
 {
   border-color: #378E50;
 }
</style>