#378D7C

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

Shades of Lochinvar #378D7C

Tints of Lochinvar #378D7C

Color information

#378D7C (or 0x378D7C) is unknown color: approx Lochinvar. HEX triplet: 37, 8D and 7C. RGB value is (55,141,124). Sum of RGB (Red+Green+Blue) = 55+141+124=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #378D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D7C is #C87283. Grayscale: #717171. Windows color (decimal): -13136516 or 8162615. OLE color: 8162615.

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

Color convert

RGB55141124-
CMYK0.6100.120.45
HSL168.14º43.88%38.43%-
HSV(B)168.14º60.99%55.29%-
XYZ14.7421.3222.41-
YUV113.35134.0186.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.19%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=17.19%
G=44.06%
B=38.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551411240.6100.120.45168.1443.8838.43
Hex378D7C3D0C2Da82c26
Octal6721517475014552505446
Binary1101111000110111111001111010110010110110101000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,141,124); }

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

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

 a { background-color: rgb(55,141,124); }

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

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

 span { border-color: rgb(55,141,124); }

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