#4D958A

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

Shades of Lochinvar #4D958A

Tints of Lochinvar #4D958A

Color information

#4D958A (or 0x4D958A) is unknown color: approx Lochinvar. HEX triplet: 4D, 95 and 8A. RGB value is (77,149,138). Sum of RGB (Red+Green+Blue) = 77+149+138=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #4D958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D958A is #B26A75. Grayscale: #7E7E7E. Windows color (decimal): -11692662 or 9082189. OLE color: 9082189.

HSL color Cylindrical-coordinate representation of color #4D958A: hue angle of 170.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D958A is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB77149138-
CMYK0.4800.070.42
HSL170.83º31.86%44.31%-
HSV(B)170.83º48.32%58.43%-
XYZ18.424.9127.88-
YUV126.22134.6592.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.15%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 138 (54.30% from 255) = 37.91%
R=21.15%
G=40.93%
B=37.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal771491380.4800.070.42170.8331.8644.31
Hex4D958A30072Aab202c
Octal1152252126007522534054
Binary10011011001010110001010110000011110101010101011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,149,138); }

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

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

 a { background-color: rgb(77,149,138); }

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

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

 span { border-color: rgb(77,149,138); }

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