#4C8F79

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

Shades of Lochinvar #4C8F79

Tints of Lochinvar #4C8F79

Color information

#4C8F79 (or 0x4C8F79) is unknown color: approx Lochinvar. HEX triplet: 4C, 8F and 79. RGB value is (76,143,121). Sum of RGB (Red+Green+Blue) = 76+143+121=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 143 - color contains mainly: green. Hex color #4C8F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8F79 is #B37086. Grayscale: #787878. Windows color (decimal): -11759751 or 7966540. OLE color: 7966540.

HSL color Cylindrical-coordinate representation of color #4C8F79: hue angle of 160.3º 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 #4C8F79 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB76143121-
CMYK0.4700.150.44
HSL160.3º30.59%42.94%-
HSV(B)160.3º46.85%56.08%-
XYZ16.2522.5621.59-
YUV120.46128.396.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.35%
GREEN value IS 143 (56.25% from 255) = 42.06%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=22.35%
G=42.06%
B=35.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal761431210.4700.150.44160.330.5942.94
Hex4C8F792F0F2Ca01f2b
Octal11421717157017542403753
Binary1001100100011111111001101111011111011001010000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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