#4C8F78

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

Shades of Lochinvar #4C8F78

Tints of Lochinvar #4C8F78

Color information

#4C8F78 (or 0x4C8F78) is unknown color: approx Lochinvar. HEX triplet: 4C, 8F and 78. RGB value is (76,143,120). Sum of RGB (Red+Green+Blue) = 76+143+120=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #4C8F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8F78 is #B37087. Grayscale: #787878. Windows color (decimal): -11759752 or 7901004. OLE color: 7901004.

HSL color Cylindrical-coordinate representation of color #4C8F78: hue angle of 159.4º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C8F78 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB76143120-
CMYK0.4700.160.44
HSL159.4º30.59%42.94%-
HSV(B)159.4º46.85%56.08%-
XYZ16.1922.5421.27-
YUV120.34127.896.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.42%
GREEN value IS 143 (56.25% from 255) = 42.18%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=22.42%
G=42.18%
B=35.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal761431200.4700.160.44159.430.5942.94
Hex4C8F782F0102C9f1f2b
Octal11421717057020542373753
Binary10011001000111111110001011110100001011001001111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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