#4F917F

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

Shades of Lochinvar #4F917F

Tints of Lochinvar #4F917F

Color information

#4F917F (or 0x4F917F) is unknown color: approx Lochinvar. HEX triplet: 4F, 91 and 7F. RGB value is (79,145,127). Sum of RGB (Red+Green+Blue) = 79+145+127=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #4F917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F917F is #B06E80. Grayscale: #7B7B7B. Windows color (decimal): -11562625 or 8360271. OLE color: 8360271.

HSL color Cylindrical-coordinate representation of color #4F917F: hue angle of 163.64º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F917F is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB79145127-
CMYK0.4600.120.43
HSL163.64º29.46%43.92%-
HSV(B)163.64º45.52%56.86%-
XYZ17.1823.4523.7-
YUV123.21130.1396.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.51%
GREEN value IS 145 (57.03% from 255) = 41.31%
BLUE value IS 127 (50% from 255) = 36.18%
R=22.51%
G=41.31%
B=36.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal791451270.4600.120.43163.6429.4643.92
Hex4F917F2E0C2Ba41d2c
Octal11722117756014532443554
Binary1001111100100011111111101110011001010111010010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,145,127); }

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

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

 a { background-color: rgb(79,145,127); }

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

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

 span { border-color: rgb(79,145,127); }

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