#378780

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

Shades of Lochinvar #378780

Tints of Lochinvar #378780

Color information

#378780 (or 0x378780) is unknown color: approx Lochinvar. HEX triplet: 37, 87 and 80. RGB value is (55,135,128). Sum of RGB (Red+Green+Blue) = 55+135+128=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #378780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378780 is #C8787F. Grayscale: #6E6E6E. Windows color (decimal): -13138048 or 8423223. OLE color: 8423223.

HSL color Cylindrical-coordinate representation of color #378780: hue angle of 174.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378780 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB55135128-
CMYK0.5900.050.47
HSL174.75º42.11%37.25%-
HSV(B)174.75º59.26%52.94%-
XYZ14.1419.723.48-
YUV110.2813888.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.30%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=17.30%
G=42.45%
B=40.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551351280.5900.050.47174.7542.1137.25
Hex3787803B052Faf2a25
Octal672072007305572575245
Binary1101111000011110000000111011010110111110101111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378780; }

 p { color: rgb(55,135,128); }

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

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

 a { background-color: rgb(55,135,128); }

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

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

 span { border-color: rgb(55,135,128); }

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