Html Css Color HEX #4D877D Lochinvar

📋 copy color: '#4D877D'

red 77 ◦ green 135 ◦ blue 125

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

Shades of Lochinvar #4D877D

Tints of Lochinvar #4D877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.06%

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

R = 22.85%
G = 40.06%
B = 37.09%

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

#4D877D (or 0x4D877D) is known color: Lochinvar. HEX triplet: 4D, 87 and 7D. RGB value is (77,135,125). Sum of RGB (Red+Green+Blue) = 77+135+125=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #4D877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D877D is #B27882. Grayscale: #747474. Windows color (decimal): -11696259 or 8226637. OLE color: 8226637.

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

Color convert

RGB 77 135 125 -
CMYK 0.43 0 0.07 0.47
HSL 169.66º 0.27% 0.42% -
HSV(B) 169.66º 0.43% 0.53% -
XYZ 15.43 20.39 22.52 -
YUV 116.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 77 135 125 0.43 0 0.07 0.47 169.66 0.27 0.42
Hex 4D 87 7D 2B 0 7 2F AA 1B 2A
Octal 115 207 175 53 0 7 57 252 33 52
Binary 1001101 10000111 1111101 101011 0 111 101111 10101010 11011 101010

Color Harmonies of #4D877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D877D

Black with #4D877D

Text Example


Text Example

White with #4D877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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