#378C5B

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

Shades of Sea Green #378C5B

Tints of Sea Green #378C5B

Color information

#378C5B (or 0x378C5B) is unknown color: approx Sea Green. HEX triplet: 37, 8C and 5B. RGB value is (55,140,91). Sum of RGB (Red+Green+Blue) = 55+140+91=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #378C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C5B is #C873A4. Grayscale: #6D6D6D. Windows color (decimal): -13136805 or 5999671. OLE color: 5999671.

HSL color Cylindrical-coordinate representation of color #378C5B: hue angle of 145.41º 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 #378C5B is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB5514091-
CMYK0.6100.350.45
HSL145.41º43.59%38.24%-
HSV(B)145.41º60.71%54.9%-
XYZ12.8420.3213.14-
YUV109117.8489.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 140 (55.08% from 255) = 48.95%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=19.23%
G=48.95%
B=31.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55140910.6100.350.45145.4143.5938.24
Hex378C5B3D0232D912c26
Octal6721413375043552215446
Binary110111100011001011011111101010001110110110010001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,140,91); }

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

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

 a { background-color: rgb(55,140,91); }

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

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

 span { border-color: rgb(55,140,91); }

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