Html Css Color HEX #4D917F Lochinvar

📋 copy color: '#4D917F'

red 77 ◦ green 145 ◦ blue 127

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

Shades of Lochinvar #4D917F

Tints of Lochinvar #4D917F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.39%

R = 22.06%
G = 41.55%
B = 36.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#4D917F (or 0x4D917F) is known color: Lochinvar. HEX triplet: 4D, 91 and 7F. RGB value is (77,145,127). Sum of RGB (Red+Green+Blue) = 77+145+127=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #4D917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D917F is #B26E80. Grayscale: #7A7A7A. Windows color (decimal): -11693697 or 8360269. OLE color: 8360269.

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

Color convert

RGB 77 145 127 -
CMYK 0.47 0 0.12 0.43
HSL 164.12º 0.31% 0.44% -
HSV(B) 164.12º 0.47% 0.57% -
XYZ 17.02 23.36 23.69 -
YUV 122.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 77 145 127 0.47 0 0.12 0.43 164.12 0.31 0.44
Hex 4D 91 7F 2F 0 C 2B A4 1F 2C
Octal 115 221 177 57 0 14 53 244 37 54
Binary 1001101 10010001 1111111 101111 0 1100 101011 10100100 11111 101100

Color Harmonies of #4D917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D917F

Black with #4D917F

Text Example


Text Example

White with #4D917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,145,127); }

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

background-color css

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

 a { background-color: rgb(77,145,127); }

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

border-color css

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

 span { border-color: rgb(77,145,127); }

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