#47938A

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

Shades of Lochinvar #47938A

Tints of Lochinvar #47938A

Color information

#47938A (or 0x47938A) is unknown color: approx Lochinvar. HEX triplet: 47, 93 and 8A. RGB value is (71,147,138). Sum of RGB (Red+Green+Blue) = 71+147+138=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #47938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47938A is #B86C75. Grayscale: #7B7B7B. Windows color (decimal): -12086390 or 9081671. OLE color: 9081671.

HSL color Cylindrical-coordinate representation of color #47938A: hue angle of 172.89º 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 #47938A is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB71147138-
CMYK0.5200.060.42
HSL172.89º34.86%42.75%-
HSV(B)172.89º51.7%57.65%-
XYZ17.6224.0427.76-
YUV123.25136.3290.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=19.94%
G=41.29%
B=38.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711471380.5200.060.42172.8934.8642.75
Hex47938A34062Aad232b
Octal1072232126406522554353
Binary10001111001001110001010110100011010101010101101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,147,138); }

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

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

 a { background-color: rgb(71,147,138); }

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

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

 span { border-color: rgb(71,147,138); }

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