#47967B

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

Shades of Lochinvar #47967B

Tints of Lochinvar #47967B

Color information

#47967B (or 0x47967B) is unknown color: approx Lochinvar. HEX triplet: 47, 96 and 7B. RGB value is (71,150,123). Sum of RGB (Red+Green+Blue) = 71+150+123=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #47967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47967B is #B86984. Grayscale: #7B7B7B. Windows color (decimal): -12085637 or 8099399. OLE color: 8099399.

HSL color Cylindrical-coordinate representation of color #47967B: hue angle of 159.49º 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 #47967B is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB71150123-
CMYK0.5300.180.41
HSL159.49º35.75%43.33%-
HSV(B)159.49º52.67%58.82%-
XYZ17.0824.5822.58-
YUV123.3127.8390.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=20.64%
G=43.60%
B=35.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711501230.5300.180.41159.4935.7543.33
Hex47967B35012299f242b
Octal10722617365022512374453
Binary100011110010110111101111010101001010100110011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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