Html Css Color HEX #47977A Lochinvar

📋 copy color: '#47977A'

red 71 ◦ green 151 ◦ blue 122

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

Shades of Lochinvar #47977A

Tints of Lochinvar #47977A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.9%

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

R = 20.64%
G = 43.9%
B = 35.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#47977A (or 0x47977A) is known color: Lochinvar. HEX triplet: 47, 97 and 7A. RGB value is (71,151,122). Sum of RGB (Red+Green+Blue) = 71+151+122=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #47977A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47977A is #B86885. Grayscale: #7B7B7B. Windows color (decimal): -12085382 or 8034119. OLE color: 8034119.

HSL color Cylindrical-coordinate representation of color #47977A: hue angle of 158.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47977A is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 122 -
CMYK 0.53 0 0.19 0.41
HSL 158.25º 0.36% 0.44% -
HSV(B) 158.25º 0.53% 0.59% -
XYZ 17.18 24.88 22.31 -
YUV 123.77 127 90.36 -
System Red Green Blue C M Y K H S L
Decimal 71 151 122 0.53 0 0.19 0.41 158.25 0.36 0.44
Hex 47 97 7A 35 0 13 29 9E 24 2C
Octal 107 227 172 65 0 23 51 236 44 54
Binary 1000111 10010111 1111010 110101 0 10011 101001 10011110 100100 101100

Color Harmonies of #47977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47977A

Black with #47977A

Text Example


Text Example

White with #47977A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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