Html Css Color HEX #4D957D Lochinvar

📋 copy color: '#4D957D'

red 77 ◦ green 149 ◦ blue 125

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

Shades of Lochinvar #4D957D

Tints of Lochinvar #4D957D

RGB

 RED value IS 77 (30.47% from 255) = 21.94%

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

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 21.94%
G = 42.45%
B = 35.61%

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

#4D957D (or 0x4D957D) is known color: Lochinvar. HEX triplet: 4D, 95 and 7D. RGB value is (77,149,125). Sum of RGB (Red+Green+Blue) = 77+149+125=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #4D957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D957D is #B26A82. Grayscale: #7C7C7C. Windows color (decimal): -11692675 or 8230221. OLE color: 8230221.

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

Color convert

RGB 77 149 125 -
CMYK 0.48 0 0.16 0.42
HSL 160º 0.32% 0.44% -
HSV(B) 160º 0.48% 0.58% -
XYZ 17.51 24.55 23.22 -
YUV 124.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 77 149 125 0.48 0 0.16 0.42 160 0.32 0.44
Hex 4D 95 7D 30 0 10 2A A0 20 2C
Octal 115 225 175 60 0 20 52 240 40 54
Binary 1001101 10010101 1111101 110000 0 10000 101010 10100000 100000 101100

Color Harmonies of #4D957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D957D

Black with #4D957D

Text Example


Text Example

White with #4D957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,149,125); }

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

background-color css

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

 a { background-color: rgb(77,149,125); }

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

border-color css

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

 span { border-color: rgb(77,149,125); }

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