#4D9B82

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

Shades of Lochinvar #4D9B82

Tints of Lochinvar #4D9B82

Color information

#4D9B82 (or 0x4D9B82) is unknown color: approx Lochinvar. HEX triplet: 4D, 9B and 82. RGB value is (77,155,130). Sum of RGB (Red+Green+Blue) = 77+155+130=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9B82 is #B2647D. Grayscale: #808080. Windows color (decimal): -11691134 or 8559437. OLE color: 8559437.

HSL color Cylindrical-coordinate representation of color #4D9B82: hue angle of 160.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9B82 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB77155130-
CMYK0.5000.160.39
HSL160.77º33.62%45.49%-
HSV(B)160.77º50.32%60.78%-
XYZ18.8126.6325.27-
YUV128.83128.6691.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.27%
GREEN value IS 155 (60.94% from 255) = 42.82%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=21.27%
G=42.82%
B=35.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771551300.5000.160.39160.7733.6245.49
Hex4D9B823201027a1222d
Octal11523320262020472414255
Binary1001101100110111000001011001001000010011110100001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,155,130); }

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

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

 a { background-color: rgb(77,155,130); }

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

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

 span { border-color: rgb(77,155,130); }

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