Html Css Color HEX #4D887F Lochinvar

📋 copy color: '#4D887F'

red 77 ◦ green 136 ◦ blue 127

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

Shades of Lochinvar #4D887F

Tints of Lochinvar #4D887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40%

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

R = 22.65%
G = 40%
B = 37.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#4D887F (or 0x4D887F) is known color: Lochinvar. HEX triplet: 4D, 88 and 7F. RGB value is (77,136,127). Sum of RGB (Red+Green+Blue) = 77+136+127=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #4D887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D887F is #B27780. Grayscale: #757575. Windows color (decimal): -11696001 or 8357965. OLE color: 8357965.

HSL color Cylindrical-coordinate representation of color #4D887F: hue angle of 170.85º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D887F is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 77 136 127 -
CMYK 0.43 0 0.07 0.47
HSL 170.85º 0.28% 0.42% -
HSV(B) 170.85º 0.43% 0.53% -
XYZ 15.7 20.72 23.25 -
YUV 117.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 77 136 127 0.43 0 0.07 0.47 170.85 0.28 0.42
Hex 4D 88 7F 2B 0 7 2F AB 1C 2A
Octal 115 210 177 53 0 7 57 253 34 52
Binary 1001101 10001000 1111111 101011 0 111 101111 10101011 11100 101010

Color Harmonies of #4D887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D887F

Black with #4D887F

Text Example


Text Example

White with #4D887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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