#378C83

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

Shades of Lochinvar #378C83

Tints of Lochinvar #378C83

Color information

#378C83 (or 0x378C83) is unknown color: approx Lochinvar. HEX triplet: 37, 8C and 83. RGB value is (55,140,131). Sum of RGB (Red+Green+Blue) = 55+140+131=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #378C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378C83 is #C8737C. Grayscale: #717171. Windows color (decimal): -13136765 or 8621111. OLE color: 8621111.

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

Color convert

RGB55140131-
CMYK0.6100.060.45
HSL173.65º43.59%38.24%-
HSV(B)173.65º60.71%54.9%-
XYZ15.0521.2124.77-
YUV113.56137.8486.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.87%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=16.87%
G=42.94%
B=40.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551401310.6100.060.45173.6543.5938.24
Hex378C833D062Dae2c26
Octal672142037506552565446
Binary1101111000110010000011111101011010110110101110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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