#4D9D84

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

Shades of Lochinvar #4D9D84

Tints of Lochinvar #4D9D84

Color information

#4D9D84 (or 0x4D9D84) is unknown color: approx Lochinvar. HEX triplet: 4D, 9D and 84. RGB value is (77,157,132). Sum of RGB (Red+Green+Blue) = 77+157+132=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9D84 is #B2627B. Grayscale: #828282. Windows color (decimal): -11690620 or 8691021. OLE color: 8691021.

HSL color Cylindrical-coordinate representation of color #4D9D84: hue angle of 161.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9D84 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB77157132-
CMYK0.5100.160.38
HSL161.25º34.19%45.88%-
HSV(B)161.25º50.96%61.57%-
XYZ19.2827.3626.09-
YUV130.2312990.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.04%
GREEN value IS 157 (61.72% from 255) = 42.90%
BLUE value IS 132 (51.95% from 255) = 36.07%
R=21.04%
G=42.90%
B=36.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771571320.5100.160.38161.2534.1945.88
Hex4D9D843301026a1222e
Octal11523520463020462414256
Binary1001101100111011000010011001101000010011010100001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,157,132); }

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

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

 a { background-color: rgb(77,157,132); }

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

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

 span { border-color: rgb(77,157,132); }

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