#47918A

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

Shades of Lochinvar #47918A

Tints of Lochinvar #47918A

Color information

#47918A (or 0x47918A) is unknown color: approx Lochinvar. HEX triplet: 47, 91 and 8A. RGB value is (71,145,138). Sum of RGB (Red+Green+Blue) = 71+145+138=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #47918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47918A is #B86E75. Grayscale: #7A7A7A. Windows color (decimal): -12086902 or 9081159. OLE color: 9081159.

HSL color Cylindrical-coordinate representation of color #47918A: hue angle of 174.32º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47918A is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB71145138-
CMYK0.5100.050.43
HSL174.32º34.26%42.35%-
HSV(B)174.32º51.03%56.86%-
XYZ17.3123.4327.65-
YUV122.08136.9891.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.06%
GREEN value IS 145 (57.03% from 255) = 40.96%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=20.06%
G=40.96%
B=38.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711451380.5100.050.43174.3234.2642.35
Hex47918A33052Bae222a
Octal1072212126305532564252
Binary10001111001000110001010110011010110101110101110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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