#378B4F

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

Shades of Sea Green #378B4F

Tints of Sea Green #378B4F

Color information

#378B4F (or 0x378B4F) is unknown color: approx Sea Green. HEX triplet: 37, 8B and 4F. RGB value is (55,139,79). Sum of RGB (Red+Green+Blue) = 55+139+79=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #378B4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378B4F is #C874B0. Grayscale: #6B6B6B. Windows color (decimal): -13137073 or 5212983. OLE color: 5212983.

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

Color convert

RGB5513979-
CMYK0.6000.430.45
HSL137.14º43.3%38.04%-
HSV(B)137.14º60.43%54.51%-
XYZ12.2219.8410.58-
YUV107.04112.1790.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=20.15%
G=50.92%
B=28.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55139790.6000.430.45137.1443.338.04
Hex378B4F3C02B2D892b26
Octal6721311774053552115346
Binary110111100010111001111111100010101110110110001001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,139,79); }

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

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

 a { background-color: rgb(55,139,79); }

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

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

 span { border-color: rgb(55,139,79); }

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