Html Css Color HEX #4D917D Lochinvar

📋 copy color: '#4D917D'

red 77 ◦ green 145 ◦ blue 125

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

Shades of Lochinvar #4D917D

Tints of Lochinvar #4D917D

RGB

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

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

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

R = 22.19%
G = 41.79%
B = 36.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#4D917D (or 0x4D917D) is known color: Lochinvar. HEX triplet: 4D, 91 and 7D. RGB value is (77,145,125). Sum of RGB (Red+Green+Blue) = 77+145+125=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #4D917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D917D is #B26E82. Grayscale: #7A7A7A. Windows color (decimal): -11693699 or 8229197. OLE color: 8229197.

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

Color convert

RGB 77 145 125 -
CMYK 0.47 0 0.14 0.43
HSL 162.35º 0.31% 0.44% -
HSV(B) 162.35º 0.47% 0.57% -
XYZ 16.89 23.31 23.01 -
YUV 122.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 77 145 125 0.47 0 0.14 0.43 162.35 0.31 0.44
Hex 4D 91 7D 2F 0 E 2B A2 1F 2C
Octal 115 221 175 57 0 16 53 242 37 54
Binary 1001101 10010001 1111101 101111 0 1110 101011 10100010 11111 101100

Color Harmonies of #4D917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D917D

Black with #4D917D

Text Example


Text Example

White with #4D917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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