#378C7B

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

Shades of Lochinvar #378C7B

Tints of Lochinvar #378C7B

Color information

#378C7B (or 0x378C7B) is unknown color: approx Lochinvar. HEX triplet: 37, 8C and 7B. RGB value is (55,140,123). Sum of RGB (Red+Green+Blue) = 55+140+123=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 140 - color contains mainly: green. Hex color #378C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C7B is #C87384. Grayscale: #707070. Windows color (decimal): -13136773 or 8096823. OLE color: 8096823.

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

Color convert

RGB55140123-
CMYK0.6100.120.45
HSL168º43.59%38.24%-
HSV(B)168º60.71%54.9%-
XYZ14.532122.03-
YUV112.65133.8486.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.30%
GREEN value IS 140 (55.08% from 255) = 44.03%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=17.30%
G=44.03%
B=38.68%

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
Decimal551401230.6100.120.4516843.5938.24
Hex378C7B3D0C2Da82c26
Octal6721417375014552505446
Binary1101111000110011110111111010110010110110101000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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