#47957D

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

Shades of Lochinvar #47957D

Tints of Lochinvar #47957D

Color information

#47957D (or 0x47957D) is unknown color: approx Lochinvar. HEX triplet: 47, 95 and 7D. RGB value is (71,149,125). Sum of RGB (Red+Green+Blue) = 71+149+125=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #47957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47957D is #B86A82. Grayscale: #7A7A7A. Windows color (decimal): -12085891 or 8230215. OLE color: 8230215.

HSL color Cylindrical-coordinate representation of color #47957D: hue angle of 161.54º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47957D is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB71149125-
CMYK0.5200.160.42
HSL161.54º35.45%43.14%-
HSV(B)161.54º52.35%58.43%-
XYZ17.0524.3223.2-
YUV122.94129.1690.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=20.58%
G=43.19%
B=36.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711491250.5200.160.42161.5435.4543.14
Hex47957D340102Aa2232b
Octal10722517564020522424353
Binary100011110010101111110111010001000010101010100010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47957D; }

 p { color: rgb(71,149,125); }

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

<style>
 a { background-color: #47957D; }

 a { background-color: rgb(71,149,125); }

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

<style>
 span { border-color: #47957D; }

 span { border-color: rgb(71,149,125); }

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