#378B80

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

Shades of Lochinvar #378B80

Tints of Lochinvar #378B80

Color information

#378B80 (or 0x378B80) is unknown color: approx Lochinvar. HEX triplet: 37, 8B and 80. RGB value is (55,139,128). Sum of RGB (Red+Green+Blue) = 55+139+128=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #378B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378B80 is #C8747F. Grayscale: #707070. Windows color (decimal): -13137024 or 8424247. OLE color: 8424247.

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

Color convert

RGB55139128-
CMYK0.6000.080.45
HSL172.14º43.3%38.04%-
HSV(B)172.14º60.43%54.51%-
XYZ14.720.8423.67-
YUV112.63136.6786.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.08%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 128 (50.39% from 255) = 39.75%
R=17.08%
G=43.17%
B=39.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551391280.6000.080.45172.1443.338.04
Hex378B803C082Dac2b26
Octal6721320074010552545346
Binary11011110001011100000001111000100010110110101100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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