#4D8679

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

Shades of Lochinvar #4D8679

Tints of Lochinvar #4D8679

Color information

#4D8679 (or 0x4D8679) is unknown color: approx Lochinvar. HEX triplet: 4D, 86 and 79. RGB value is (77,134,121). Sum of RGB (Red+Green+Blue) = 77+134+121=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #4D8679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8679 is #B27986. Grayscale: #737373. Windows color (decimal): -11696519 or 7964237. OLE color: 7964237.

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

Color convert

RGB77134121-
CMYK0.4300.100.47
HSL166.32º27.01%41.37%-
HSV(B)166.32º42.54%52.55%-
XYZ15.0420.0121.16-
YUV115.48131.12100.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.19%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=23.19%
G=40.36%
B=36.45%

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
Decimal771341210.4300.100.47166.3227.0141.37
Hex4D86792B0A2Fa61b29
Octal11520617153012572463351
Binary1001101100001101111001101011010101011111010011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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