#378D81

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

Shades of Lochinvar #378D81

Tints of Lochinvar #378D81

Color information

#378D81 (or 0x378D81) is unknown color: approx Lochinvar. HEX triplet: 37, 8D and 81. RGB value is (55,141,129). Sum of RGB (Red+Green+Blue) = 55+141+129=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #378D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378D81 is #C8727E. Grayscale: #717171. Windows color (decimal): -13136511 or 8490295. OLE color: 8490295.

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

Color convert

RGB55141129-
CMYK0.6100.090.45
HSL171.63º43.88%38.43%-
HSV(B)171.63º60.99%55.29%-
XYZ15.0621.4524.11-
YUV113.92136.5185.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 141 (55.47% from 255) = 43.38%
BLUE value IS 129 (50.78% from 255) = 39.69%
R=16.92%
G=43.38%
B=39.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551411290.6100.090.45171.6343.8838.43
Hex378D813D092Dac2c26
Octal6721520175011552545446
Binary11011110001101100000011111010100110110110101100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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