Html Css Color HEX #4C977C Lochinvar

📋 copy color: '#4C977C'

red 76 ◦ green 151 ◦ blue 124

#4C977C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #4C977C

Tints of Lochinvar #4C977C

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 value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#4C977C (or 0x4C977C) is known color: 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

RGB 76 151 124 -
CMYK 0.50 0 0.18 0.41
HSL 158.4º 0.33% 0.45% -
HSV(B) 158.4º 0.5% 0.59% -
XYZ 17.69 25.12 22.99 -
YUV 125.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 76 151 124 0.50 0 0.18 0.41 158.4 0.33 0.45
Hex 4C 97 7C 32 0 12 29 9E 21 2D
Octal 114 227 174 62 0 22 51 236 41 55
Binary 1001100 10010111 1111100 110010 0 10010 101001 10011110 100001 101101

Color Harmonies of #4C977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C977C

Black with #4C977C

Text Example


Text Example

White with #4C977C

Text Example


Text Example

HTML Codes & Css Web 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>