#47887f

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

Shades of Lochinvar #47887F

Tints of Lochinvar #47887F

Color information

#47887F (or 0x47887F) is unknown color: approx Lochinvar. HEX triplet: 47, 88 and 7F. RGB value is (71,136,127). Sum of RGB (Red+Green+Blue) = 71+136+127=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #47887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47887F is #B87780. Grayscale: #737373. Windows color (decimal): -12089217 or 8357959. OLE color: 8357959.

HSL color Cylindrical-coordinate representation of color #47887F: hue angle of 171.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47887F is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB71136127-
CMYK0.4800.070.47
HSL171.69º31.4%40.59%-
HSV(B)171.69º47.79%53.33%-
XYZ15.2320.4823.23-
YUV115.54134.4796.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.26%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 127 (50% from 255) = 38.02%
R=21.26%
G=40.72%
B=38.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711361270.4800.070.47171.6931.440.59
Hex47887F30072Fac1f29
Octal1072101776007572543751
Binary100011110001000111111111000001111011111010110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47887f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47887f; }

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

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

<style>
 a { background-color: #47887f; }

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

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

<style>
 span { border-color: #47887f; }

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

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