#50947F

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

Shades of Lochinvar #50947F

Tints of Lochinvar #50947F

Color information

#50947F (or 0x50947F) is unknown color: approx Lochinvar. HEX triplet: 50, 94 and 7F. RGB value is (80,148,127). Sum of RGB (Red+Green+Blue) = 80+148+127=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #50947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50947F is #AF6B80. Grayscale: #7D7D7D. Windows color (decimal): -11496321 or 8361040. OLE color: 8361040.

HSL color Cylindrical-coordinate representation of color #50947F: hue angle of 161.47º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50947F is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB80148127-
CMYK0.4600.140.42
HSL161.47º29.82%44.71%-
HSV(B)161.47º45.95%58.04%-
XYZ17.7324.4223.86-
YUV125.27128.9795.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 127 (50% from 255) = 35.77%
R=22.54%
G=41.69%
B=35.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801481270.4600.140.42161.4729.8244.71
Hex50947F2E0E2Aa11e2d
Octal12022417756016522413655
Binary1010000100101001111111101110011101010101010000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50947F; }

 p { color: rgb(80,148,127); }

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

<style>
 a { background-color: #50947F; }

 a { background-color: rgb(80,148,127); }

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

<style>
 span { border-color: #50947F; }

 span { border-color: rgb(80,148,127); }

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