#47997F

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

Shades of Lochinvar #47997F

Tints of Lochinvar #47997F

Color information

#47997F (or 0x47997F) is unknown color: approx Lochinvar. HEX triplet: 47, 99 and 7F. RGB value is (71,153,127). Sum of RGB (Red+Green+Blue) = 71+153+127=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #47997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47997F is #B86680. Grayscale: #7D7D7D. Windows color (decimal): -12084865 or 8362311. OLE color: 8362311.

HSL color Cylindrical-coordinate representation of color #47997F: hue angle of 160.98º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47997F is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB71153127-
CMYK0.5400.170.4
HSL160.98º36.61%43.92%-
HSV(B)160.98º53.59%60%-
XYZ17.8225.6524.09-
YUV125.52128.8389.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.23%
GREEN value IS 153 (60.16% from 255) = 43.59%
BLUE value IS 127 (50% from 255) = 36.18%
R=20.23%
G=43.59%
B=36.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711531270.5400.170.4160.9836.6143.92
Hex47997F3601128a1252c
Octal10723117766021502414554
Binary100011110011001111111111011001000110100010100001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,153,127); }

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

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

 a { background-color: rgb(71,153,127); }

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

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

 span { border-color: rgb(71,153,127); }

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