Html Css Color HEX #47917F Lochinvar

📋 copy color: '#47917F'

red 71 ◦ green 145 ◦ blue 127

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

Shades of Lochinvar #47917F

Tints of Lochinvar #47917F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 20.7%
G = 42.27%
B = 37.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#47917F (or 0x47917F) is known color: Lochinvar. HEX triplet: 47, 91 and 7F. RGB value is (71,145,127). Sum of RGB (Red+Green+Blue) = 71+145+127=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #47917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47917F is #B86E80. Grayscale: #787878. Windows color (decimal): -12086913 or 8360263. OLE color: 8360263.

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

Color convert

RGB 71 145 127 -
CMYK 0.51 0 0.12 0.43
HSL 165.41º 0.34% 0.42% -
HSV(B) 165.41º 0.51% 0.57% -
XYZ 16.55 23.12 23.67 -
YUV 120.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 71 145 127 0.51 0 0.12 0.43 165.41 0.34 0.42
Hex 47 91 7F 33 0 C 2B A5 22 2A
Octal 107 221 177 63 0 14 53 245 42 52
Binary 1000111 10010001 1111111 110011 0 1100 101011 10100101 100010 101010

Color Harmonies of #47917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47917F

Black with #47917F

Text Example


Text Example

White with #47917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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