Html Css Color HEX #4C937C Lochinvar

📋 copy color: '#4C937C'

red 76 ◦ green 147 ◦ blue 124

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

Shades of Lochinvar #4C937C

Tints of Lochinvar #4C937C

RGB

 RED value IS 76 (30.08% from 255) = 21.9%

 GREEN value IS 147 (57.81% from 255) = 42.36%

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 21.9%
G = 42.36%
B = 35.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#4C937C (or 0x4C937C) is known color: Lochinvar. HEX triplet: 4C, 93 and 7C. RGB value is (76,147,124). Sum of RGB (Red+Green+Blue) = 76+147+124=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #4C937C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C937C is #B36C83. Grayscale: #7B7B7B. Windows color (decimal): -11758724 or 8164172. OLE color: 8164172.

HSL color Cylindrical-coordinate representation of color #4C937C: hue angle of 160.56º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C937C is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 147 124 -
CMYK 0.48 0 0.16 0.42
HSL 160.56º 0.32% 0.44% -
HSV(B) 160.56º 0.48% 0.58% -
XYZ 17.05 23.86 22.78 -
YUV 123.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 76 147 124 0.48 0 0.16 0.42 160.56 0.32 0.44
Hex 4C 93 7C 30 0 10 2A A1 20 2C
Octal 114 223 174 60 0 20 52 241 40 54
Binary 1001100 10010011 1111100 110000 0 10000 101010 10100001 100000 101100

Color Harmonies of #4C937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C937C

Black with #4C937C

Text Example


Text Example

White with #4C937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C937C;
 }
 .AnyTagClassName
 {
   color: #4C937C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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