#4D8779

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

Shades of Lochinvar #4D8779

Tints of Lochinvar #4D8779

Color information

#4D8779 (or 0x4D8779) is unknown color: approx Lochinvar. HEX triplet: 4D, 87 and 79. RGB value is (77,135,121). Sum of RGB (Red+Green+Blue) = 77+135+121=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #4D8779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8779 is #B27886. Grayscale: #747474. Windows color (decimal): -11696263 or 7964493. OLE color: 7964493.

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

Color convert

RGB77135121-
CMYK0.4300.100.47
HSL165.52º27.36%41.57%-
HSV(B)165.52º42.96%52.94%-
XYZ15.1820.2921.2-
YUV116.06130.78100.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.12%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=23.12%
G=40.54%
B=36.34%

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
Decimal771351210.4300.100.47165.5227.3641.57
Hex4D87792B0A2Fa61b2a
Octal11520717153012572463352
Binary1001101100001111111001101011010101011111010011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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