#4C977C

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

Shades of Lochinvar #4C977C

Tints of Lochinvar #4C977C

Color information

#4C977C (or 0x4C977C) is unknown color: approx Lochinvar. HEX triplet: 4C, 97 and 7C. RGB value is (76,151,124). Sum of RGB (Red+Green+Blue) = 76+151+124=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #4C977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C977C is #B36883. Grayscale: #7D7D7D. Windows color (decimal): -11757700 or 8165196. OLE color: 8165196.

HSL color Cylindrical-coordinate representation of color #4C977C: hue angle of 158.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C977C is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB76151124-
CMYK0.5000.180.41
HSL158.4º33.04%44.51%-
HSV(B)158.4º49.67%59.22%-
XYZ17.6925.1222.99-
YUV125.5127.1592.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.65%
GREEN value IS 151 (59.38% from 255) = 43.02%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=21.65%
G=43.02%
B=35.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal761511240.5000.180.41158.433.0444.51
Hex4C977C32012299e212d
Octal11422717462022512364155
Binary100110010010111111110011001001001010100110011110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,151,124); }

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

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

 a { background-color: rgb(76,151,124); }

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

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

 span { border-color: rgb(76,151,124); }

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