Html Css Color HEX #4C957A Lochinvar

📋 copy color: '#4C957A'

red 76 ◦ green 149 ◦ blue 122

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

Shades of Lochinvar #4C957A

Tints of Lochinvar #4C957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.94%

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 21.9%
G = 42.94%
B = 35.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#4C957A (or 0x4C957A) is known color: Lochinvar. HEX triplet: 4C, 95 and 7A. RGB value is (76,149,122). Sum of RGB (Red+Green+Blue) = 76+149+122=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #4C957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C957A is #B36A85. Grayscale: #7C7C7C. Windows color (decimal): -11758214 or 8033612. OLE color: 8033612.

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

Color convert

RGB 76 149 122 -
CMYK 0.49 0 0.18 0.42
HSL 157.81º 0.32% 0.44% -
HSV(B) 157.81º 0.49% 0.58% -
XYZ 17.24 24.44 22.22 -
YUV 124.1 126.82 93.7 -
System Red Green Blue C M Y K H S L
Decimal 76 149 122 0.49 0 0.18 0.42 157.81 0.32 0.44
Hex 4C 95 7A 31 0 12 2A 9E 20 2C
Octal 114 225 172 61 0 22 52 236 40 54
Binary 1001100 10010101 1111010 110001 0 10010 101010 10011110 100000 101100

Color Harmonies of #4C957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C957A

Black with #4C957A

Text Example


Text Example

White with #4C957A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,149,122); }

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

background-color css

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

 a { background-color: rgb(76,149,122); }

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

border-color css

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

 span { border-color: rgb(76,149,122); }

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