#378C7A

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

Shades of Lochinvar #378C7A

Tints of Lochinvar #378C7A

Color information

#378C7A (or 0x378C7A) is unknown color: approx Lochinvar. HEX triplet: 37, 8C and 7A. RGB value is (55,140,122). Sum of RGB (Red+Green+Blue) = 55+140+122=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #378C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C7A is #C87385. Grayscale: #707070. Windows color (decimal): -13136774 or 8031287. OLE color: 8031287.

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

Color convert

RGB55140122-
CMYK0.6100.130.45
HSL167.29º43.59%38.24%-
HSV(B)167.29º60.71%54.9%-
XYZ14.4720.9721.7-
YUV112.53133.3486.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 140 (55.08% from 255) = 44.16%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=17.35%
G=44.16%
B=38.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551401220.6100.130.45167.2943.5938.24
Hex378C7A3D0D2Da72c26
Octal6721417275015552475446
Binary1101111000110011110101111010110110110110100111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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