#378D7F

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

Shades of Lochinvar #378D7F

Tints of Lochinvar #378D7F

Color information

#378D7F (or 0x378D7F) is unknown color: approx Lochinvar. HEX triplet: 37, 8D and 7F. RGB value is (55,141,127). Sum of RGB (Red+Green+Blue) = 55+141+127=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #378D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D7F is #C87280. Grayscale: #717171. Windows color (decimal): -13136513 or 8359223. OLE color: 8359223.

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

Color convert

RGB55141127-
CMYK0.6100.100.45
HSL170.23º43.88%38.43%-
HSV(B)170.23º60.99%55.29%-
XYZ14.9321.3923.42-
YUV113.69135.5186.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.03%
GREEN value IS 141 (55.47% from 255) = 43.65%
BLUE value IS 127 (50% from 255) = 39.32%
R=17.03%
G=43.65%
B=39.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551411270.6100.100.45170.2343.8838.43
Hex378D7F3D0A2Daa2c26
Octal6721517775012552525446
Binary1101111000110111111111111010101010110110101010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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