#4D877A

Color #4D877A Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4D877A

Tints of Lochinvar #4D877A

Color information

#4D877A (or 0x4D877A) is unknown color: approx Lochinvar. HEX triplet: 4D, 87 and 7A. RGB value is (77,135,122). Sum of RGB (Red+Green+Blue) = 77+135+122=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #4D877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D877A is #B27885. Grayscale: #747474. Windows color (decimal): -11696262 or 8030029. OLE color: 8030029.

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

Color convert

RGB77135122-
CMYK0.4300.100.47
HSL166.55º27.36%41.57%-
HSV(B)166.55º42.96%52.94%-
XYZ15.2420.3121.53-
YUV116.18131.28100.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.05%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=23.05%
G=40.42%
B=36.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal771351220.4300.100.47166.5527.3641.57
Hex4D877A2B0A2Fa71b2a
Octal11520717253012572473352
Binary1001101100001111111010101011010101011111010011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D877A;
 }
 .AnyTagClassName
 {
   color: #4D877A;
 }
</style>
background-color css

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

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

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

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

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

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