Html Css Color HEX #4C9178 Lochinvar

📋 copy color: '#4C9178'

red 76 ◦ green 145 ◦ blue 120

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

Shades of Lochinvar #4C9178

Tints of Lochinvar #4C9178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 22.29%
G = 42.52%
B = 35.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#4C9178 (or 0x4C9178) is known color: Lochinvar. HEX triplet: 4C, 91 and 78. RGB value is (76,145,120). Sum of RGB (Red+Green+Blue) = 76+145+120=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #4C9178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9178 is #B36E87. Grayscale: #797979. Windows color (decimal): -11759240 or 7901516. OLE color: 7901516.

HSL color Cylindrical-coordinate representation of color #4C9178: hue angle of 158.26º 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 #4C9178 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 145 120 -
CMYK 0.48 0 0.17 0.43
HSL 158.26º 0.31% 0.43% -
HSV(B) 158.26º 0.48% 0.57% -
XYZ 16.5 23.14 21.37 -
YUV 121.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 76 145 120 0.48 0 0.17 0.43 158.26 0.31 0.43
Hex 4C 91 78 30 0 11 2B 9E 1F 2B
Octal 114 221 170 60 0 21 53 236 37 53
Binary 1001100 10010001 1111000 110000 0 10001 101011 10011110 11111 101011

Color Harmonies of #4C9178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9178

Black with #4C9178

Text Example


Text Example

White with #4C9178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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