#4C977A

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

Shades of Lochinvar #4C977A

Tints of Lochinvar #4C977A

Color information

#4C977A (or 0x4C977A) is unknown color: approx Lochinvar. HEX triplet: 4C, 97 and 7A. RGB value is (76,151,122). Sum of RGB (Red+Green+Blue) = 76+151+122=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #4C977A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C977A is #B36885. Grayscale: #7D7D7D. Windows color (decimal): -11757702 or 8034124. OLE color: 8034124.

HSL color Cylindrical-coordinate representation of color #4C977A: hue angle of 156.8º 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 #4C977A is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB76151122-
CMYK0.5000.190.41
HSL156.8º33.04%44.51%-
HSV(B)156.8º49.67%59.22%-
XYZ17.5625.0722.33-
YUV125.27126.1592.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.78%
GREEN value IS 151 (59.38% from 255) = 43.27%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=21.78%
G=43.27%
B=34.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal761511220.5000.190.41156.833.0444.51
Hex4C977A32013299d212d
Octal11422717262023512354155
Binary100110010010111111101011001001001110100110011101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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