#4C8D80

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

Shades of Lochinvar #4C8D80

Tints of Lochinvar #4C8D80

Color information

#4C8D80 (or 0x4C8D80) is unknown color: approx Lochinvar. HEX triplet: 4C, 8D and 80. RGB value is (76,141,128). Sum of RGB (Red+Green+Blue) = 76+141+128=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8D80 is #B3727F. Grayscale: #787878. Windows color (decimal): -11760256 or 8424780. OLE color: 8424780.

HSL color Cylindrical-coordinate representation of color #4C8D80: hue angle of 168º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8D80 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB76141128-
CMYK0.4600.090.45
HSL168º29.95%42.55%-
HSV(B)168º46.1%55.29%-
XYZ16.422.1423.83-
YUV120.08132.4796.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.03%
GREEN value IS 141 (55.47% from 255) = 40.87%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=22.03%
G=40.87%
B=37.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761411280.4600.090.4516829.9542.55
Hex4C8D802E092Da81e2b
Octal11421520056011552503653
Binary10011001000110110000000101110010011011011010100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,141,128); }

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

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

 a { background-color: rgb(76,141,128); }

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

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

 span { border-color: rgb(76,141,128); }

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