Html Css Color HEX #47937A Lochinvar

📋 copy color: '#47937A'

red 71 ◦ green 147 ◦ blue 122

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

Shades of Lochinvar #47937A

Tints of Lochinvar #47937A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 20.88%
G = 43.24%
B = 35.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#47937A (or 0x47937A) is known color: Lochinvar. HEX triplet: 47, 93 and 7A. RGB value is (71,147,122). Sum of RGB (Red+Green+Blue) = 71+147+122=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #47937A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47937A is #B86C85. Grayscale: #797979. Windows color (decimal): -12086406 or 8033095. OLE color: 8033095.

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

Color convert

RGB 71 147 122 -
CMYK 0.52 0 0.17 0.42
HSL 160.26º 0.35% 0.43% -
HSV(B) 160.26º 0.52% 0.58% -
XYZ 16.55 23.61 22.1 -
YUV 121.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 71 147 122 0.52 0 0.17 0.42 160.26 0.35 0.43
Hex 47 93 7A 34 0 11 2A A0 23 2B
Octal 107 223 172 64 0 21 52 240 43 53
Binary 1000111 10010011 1111010 110100 0 10001 101010 10100000 100011 101011

Color Harmonies of #47937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47937A

Black with #47937A

Text Example


Text Example

White with #47937A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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