Html Css Color HEX #4D987F Lochinvar

📋 copy color: '#4D987F'

red 77 ◦ green 152 ◦ blue 127

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

Shades of Lochinvar #4D987F

Tints of Lochinvar #4D987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.7%

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

R = 21.63%
G = 42.7%
B = 35.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#4D987F (or 0x4D987F) is known color: Lochinvar. HEX triplet: 4D, 98 and 7F. RGB value is (77,152,127). Sum of RGB (Red+Green+Blue) = 77+152+127=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #4D987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D987F is #B26780. Grayscale: #7E7E7E. Windows color (decimal): -11691905 or 8362061. OLE color: 8362061.

HSL color Cylindrical-coordinate representation of color #4D987F: hue angle of 160º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D987F is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 152 127 -
CMYK 0.49 0 0.16 0.40
HSL 160º 0.33% 0.45% -
HSV(B) 160º 0.49% 0.6% -
XYZ 18.12 25.57 24.06 -
YUV 126.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 77 152 127 0.49 0 0.16 0.40 160 0.33 0.45
Hex 4D 98 7F 31 0 10 28 A0 21 2D
Octal 115 230 177 61 0 20 50 240 41 55
Binary 1001101 10011000 1111111 110001 0 10000 101000 10100000 100001 101101

Color Harmonies of #4D987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D987F

Black with #4D987F

Text Example


Text Example

White with #4D987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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