Html Css Color HEX #4D917B Lochinvar

📋 copy color: '#4D917B'

red 77 ◦ green 145 ◦ blue 123

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

Shades of Lochinvar #4D917B

Tints of Lochinvar #4D917B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 22.32%
G = 42.03%
B = 35.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#4D917B (or 0x4D917B) is known color: Lochinvar. HEX triplet: 4D, 91 and 7B. RGB value is (77,145,123). Sum of RGB (Red+Green+Blue) = 77+145+123=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #4D917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D917B is #B26E84. Grayscale: #7A7A7A. Windows color (decimal): -11693701 or 8098125. OLE color: 8098125.

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

Color convert

RGB 77 145 123 -
CMYK 0.47 0 0.15 0.43
HSL 160.59º 0.31% 0.44% -
HSV(B) 160.59º 0.47% 0.57% -
XYZ 16.76 23.26 22.34 -
YUV 122.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 77 145 123 0.47 0 0.15 0.43 160.59 0.31 0.44
Hex 4D 91 7B 2F 0 F 2B A1 1F 2C
Octal 115 221 173 57 0 17 53 241 37 54
Binary 1001101 10010001 1111011 101111 0 1111 101011 10100001 11111 101100

Color Harmonies of #4D917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D917B

Black with #4D917B

Text Example


Text Example

White with #4D917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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