Html Css Color HEX #47917C Lochinvar

📋 copy color: '#47917C'

red 71 ◦ green 145 ◦ blue 124

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

Shades of Lochinvar #47917C

Tints of Lochinvar #47917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.65%

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

R = 20.88%
G = 42.65%
B = 36.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#47917C (or 0x47917C) is known color: Lochinvar. HEX triplet: 47, 91 and 7C. RGB value is (71,145,124). Sum of RGB (Red+Green+Blue) = 71+145+124=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #47917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47917C is #B86E83. Grayscale: #787878. Windows color (decimal): -12086916 or 8163655. OLE color: 8163655.

HSL color Cylindrical-coordinate representation of color #47917C: hue angle of 162.97º 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 #47917C is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 145 124 -
CMYK 0.51 0 0.14 0.43
HSL 162.97º 0.34% 0.42% -
HSV(B) 162.97º 0.51% 0.57% -
XYZ 16.36 23.05 22.65 -
YUV 120.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 71 145 124 0.51 0 0.14 0.43 162.97 0.34 0.42
Hex 47 91 7C 33 0 E 2B A3 22 2A
Octal 107 221 174 63 0 16 53 243 42 52
Binary 1000111 10010001 1111100 110011 0 1110 101011 10100011 100010 101010

Color Harmonies of #47917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47917C

Black with #47917C

Text Example


Text Example

White with #47917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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