Html Css Color HEX #47977D Lochinvar

📋 copy color: '#47977D'

red 71 ◦ green 151 ◦ blue 125

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

Shades of Lochinvar #47977D

Tints of Lochinvar #47977D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 20.46%
G = 43.52%
B = 36.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#47977D (or 0x47977D) is known color: Lochinvar. HEX triplet: 47, 97 and 7D. RGB value is (71,151,125). Sum of RGB (Red+Green+Blue) = 71+151+125=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #47977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47977D is #B86882. Grayscale: #7C7C7C. Windows color (decimal): -12085379 or 8230727. OLE color: 8230727.

HSL color Cylindrical-coordinate representation of color #47977D: hue angle of 160.5º 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 #47977D is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 125 -
CMYK 0.53 0 0.17 0.41
HSL 160.5º 0.36% 0.44% -
HSV(B) 160.5º 0.53% 0.59% -
XYZ 17.37 24.95 23.3 -
YUV 124.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 71 151 125 0.53 0 0.17 0.41 160.5 0.36 0.44
Hex 47 97 7D 35 0 11 29 A0 24 2C
Octal 107 227 175 65 0 21 51 240 44 54
Binary 1000111 10010111 1111101 110101 0 10001 101001 10100000 100100 101100

Color Harmonies of #47977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47977D

Black with #47977D

Text Example


Text Example

White with #47977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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