Html Css Color HEX #4C9377 Lochinvar

📋 copy color: '#4C9377'

red 76 ◦ green 147 ◦ blue 119

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

Shades of Lochinvar #4C9377

Tints of Lochinvar #4C9377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.8%

R = 22.22%
G = 42.98%
B = 34.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#4C9377 (or 0x4C9377) is known color: Lochinvar. HEX triplet: 4C, 93 and 77. RGB value is (76,147,119). Sum of RGB (Red+Green+Blue) = 76+147+119=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #4C9377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9377 is #B36C88. Grayscale: #7A7A7A. Windows color (decimal): -11758729 or 7836492. OLE color: 7836492.

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

Color convert

RGB 76 147 119 -
CMYK 0.48 0 0.19 0.42
HSL 156.34º 0.32% 0.44% -
HSV(B) 156.34º 0.48% 0.58% -
XYZ 16.74 23.74 21.15 -
YUV 122.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 76 147 119 0.48 0 0.19 0.42 156.34 0.32 0.44
Hex 4C 93 77 30 0 13 2A 9C 20 2C
Octal 114 223 167 60 0 23 52 234 40 54
Binary 1001100 10010011 1110111 110000 0 10011 101010 10011100 100000 101100

Color Harmonies of #4C9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9377

Black with #4C9377

Text Example


Text Example

White with #4C9377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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