#4C8778

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

Shades of Lochinvar #4C8778

Tints of Lochinvar #4C8778

Color information

#4C8778 (or 0x4C8778) is unknown color: approx Lochinvar. HEX triplet: 4C, 87 and 78. RGB value is (76,135,120). Sum of RGB (Red+Green+Blue) = 76+135+120=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #4C8778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8778 is #B37887. Grayscale: #737373. Windows color (decimal): -11761800 or 7898956. OLE color: 7898956.

HSL color Cylindrical-coordinate representation of color #4C8778: hue angle of 164.75º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C8778 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB76135120-
CMYK0.4400.110.47
HSL164.75º27.96%41.37%-
HSV(B)164.75º43.7%52.94%-
XYZ15.0320.2220.88-
YUV115.65130.4599.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.96%
GREEN value IS 135 (53.12% from 255) = 40.79%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=22.96%
G=40.79%
B=36.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal761351200.4400.110.47164.7527.9641.37
Hex4C87782C0B2Fa51c29
Octal11420717054013572453451
Binary1001100100001111111000101100010111011111010010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C8778; }

 p { color: rgb(76,135,120); }

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

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

 a { background-color: rgb(76,135,120); }

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

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

 span { border-color: rgb(76,135,120); }

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