#47967A

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

Shades of Lochinvar #47967A

Tints of Lochinvar #47967A

Color information

#47967A (or 0x47967A) is unknown color: approx Lochinvar. HEX triplet: 47, 96 and 7A. RGB value is (71,150,122). Sum of RGB (Red+Green+Blue) = 71+150+122=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #47967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47967A is #B86985. Grayscale: #7B7B7B. Windows color (decimal): -12085638 or 8033863. OLE color: 8033863.

HSL color Cylindrical-coordinate representation of color #47967A: hue angle of 158.73º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47967A is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB71150122-
CMYK0.5300.190.41
HSL158.73º35.75%43.33%-
HSV(B)158.73º52.67%58.82%-
XYZ17.0224.5622.26-
YUV123.19127.3390.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=20.70%
G=43.73%
B=35.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711501220.5300.190.41158.7335.7543.33
Hex47967A35013299f242b
Octal10722617265023512374453
Binary100011110010110111101011010101001110100110011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47967A; }

 p { color: rgb(71,150,122); }

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

<style>
 a { background-color: #47967A; }

 a { background-color: rgb(71,150,122); }

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

<style>
 span { border-color: #47967A; }

 span { border-color: rgb(71,150,122); }

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