#4D9B8B

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

Shades of Lochinvar #4D9B8B

Tints of Lochinvar #4D9B8B

Color information

#4D9B8B (or 0x4D9B8B) is unknown color: approx Lochinvar. HEX triplet: 4D, 9B and 8B. RGB value is (77,155,139). Sum of RGB (Red+Green+Blue) = 77+155+139=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9B8B is #B26474. Grayscale: #818181. Windows color (decimal): -11691125 or 9149261. OLE color: 9149261.

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

Color convert

RGB77155139-
CMYK0.5000.100.39
HSL167.69º33.62%45.49%-
HSV(B)167.69º50.32%60.78%-
XYZ19.4426.8828.59-
YUV129.85133.1690.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.75%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=20.75%
G=41.78%
B=37.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771551390.5000.100.39167.6933.6245.49
Hex4D9B8B320A27a8222d
Octal11523321362012472504255
Binary100110110011011100010111100100101010011110101000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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