Html Css Color HEX #4C917C Lochinvar

📋 copy color: '#4C917C'

red 76 ◦ green 145 ◦ blue 124

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

Shades of Lochinvar #4C917C

Tints of Lochinvar #4C917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.03%

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

R = 22.03%
G = 42.03%
B = 35.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#4C917C (or 0x4C917C) is known color: Lochinvar. HEX triplet: 4C, 91 and 7C. RGB value is (76,145,124). Sum of RGB (Red+Green+Blue) = 76+145+124=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #4C917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C917C is #B36E83. Grayscale: #797979. Windows color (decimal): -11759236 or 8163660. OLE color: 8163660.

HSL color Cylindrical-coordinate representation of color #4C917C: hue angle of 161.74º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C917C is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 145 124 -
CMYK 0.48 0 0.14 0.43
HSL 161.74º 0.31% 0.43% -
HSV(B) 161.74º 0.48% 0.57% -
XYZ 16.74 23.24 22.67 -
YUV 121.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 76 145 124 0.48 0 0.14 0.43 161.74 0.31 0.43
Hex 4C 91 7C 30 0 E 2B A2 1F 2B
Octal 114 221 174 60 0 16 53 242 37 53
Binary 1001100 10010001 1111100 110000 0 1110 101011 10100010 11111 101011

Color Harmonies of #4C917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C917C

Black with #4C917C

Text Example


Text Example

White with #4C917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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