#4f9b7f

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

Shades of Lochinvar #4F9B7F

Tints of Lochinvar #4F9B7F

Color information

#4F9B7F (or 0x4F9B7F) is unknown color: approx Lochinvar. HEX triplet: 4F, 9B and 7F. RGB value is (79,155,127). Sum of RGB (Red+Green+Blue) = 79+155+127=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #4F9B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9B7F is #B06480. Grayscale: #818181. Windows color (decimal): -11560065 or 8362831. OLE color: 8362831.

HSL color Cylindrical-coordinate representation of color #4F9B7F: hue angle of 157.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9B7F is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB79155127-
CMYK0.4900.180.39
HSL157.89º32.48%45.88%-
HSV(B)157.89º49.03%60.78%-
XYZ18.7826.6424.23-
YUV129.08126.8292.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.88%
GREEN value IS 155 (60.94% from 255) = 42.94%
BLUE value IS 127 (50% from 255) = 35.18%
R=21.88%
G=42.94%
B=35.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791551270.4900.180.39157.8932.4845.88
Hex4F9B7F31012279e202e
Octal11723317761022472364056
Binary100111110011011111111111000101001010011110011110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f9b7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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