Html Css Color HEX #47947F Lochinvar

📋 copy color: '#47947F'

red 71 ◦ green 148 ◦ blue 127

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

Shades of Lochinvar #47947F

Tints of Lochinvar #47947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.77%

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

R = 20.52%
G = 42.77%
B = 36.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#47947F (or 0x47947F) is known color: Lochinvar. HEX triplet: 47, 94 and 7F. RGB value is (71,148,127). Sum of RGB (Red+Green+Blue) = 71+148+127=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #47947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47947F is #B86B80. Grayscale: #7A7A7A. Windows color (decimal): -12086145 or 8361031. OLE color: 8361031.

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

Color convert

RGB 71 148 127 -
CMYK 0.52 0 0.14 0.42
HSL 163.64º 0.35% 0.43% -
HSV(B) 163.64º 0.52% 0.58% -
XYZ 17.02 24.05 23.82 -
YUV 122.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 71 148 127 0.52 0 0.14 0.42 163.64 0.35 0.43
Hex 47 94 7F 34 0 E 2A A4 23 2B
Octal 107 224 177 64 0 16 52 244 43 53
Binary 1000111 10010100 1111111 110100 0 1110 101010 10100100 100011 101011

Color Harmonies of #47947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47947F

Black with #47947F

Text Example


Text Example

White with #47947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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