Html Css Color HEX #47937C Lochinvar

📋 copy color: '#47937C'

red 71 ◦ green 147 ◦ blue 124

#47937C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #47937C

Tints of Lochinvar #47937C

RGB

 RED value IS 71 (28.13% from 255) = 20.76%

 GREEN value IS 147 (57.81% from 255) = 42.98%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 20.76%
G = 42.98%
B = 36.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#47937C (or 0x47937C) is known color: Lochinvar. HEX triplet: 47, 93 and 7C. RGB value is (71,147,124). Sum of RGB (Red+Green+Blue) = 71+147+124=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #47937C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47937C is #B86C83. Grayscale: #797979. Windows color (decimal): -12086404 or 8164167. OLE color: 8164167.

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

Color convert

RGB 71 147 124 -
CMYK 0.52 0 0.16 0.42
HSL 161.84º 0.35% 0.43% -
HSV(B) 161.84º 0.52% 0.58% -
XYZ 16.67 23.66 22.76 -
YUV 121.65 129.32 91.87 -
System Red Green Blue C M Y K H S L
Decimal 71 147 124 0.52 0 0.16 0.42 161.84 0.35 0.43
Hex 47 93 7C 34 0 10 2A A2 23 2B
Octal 107 223 174 64 0 20 52 242 43 53
Binary 1000111 10010011 1111100 110100 0 10000 101010 10100010 100011 101011

Color Harmonies of #47937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47937C

Black with #47937C

Text Example


Text Example

White with #47937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47937C; }

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

 H1.HeaderClassName
 {
   color: #47937C;
 }
 .AnyTagClassName
 {
   color: #47937C;
 }
</style>

background-color css

<style>
 a { background-color: #47937C; }

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

 div.DivClassName
 {
   background-color: #47937C;
 }
 .BgClassName
 {
   background-color: #47937C;
 }
</style>

border-color css

<style>
 span { border-color: #47937C; }

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

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