Html Css Color HEX #479178 Lochinvar

📋 copy color: '#479178'

red 71 ◦ green 145 ◦ blue 120

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

Shades of Lochinvar #479178

Tints of Lochinvar #479178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 21.13%
G = 43.15%
B = 35.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#479178 (or 0x479178) is known color: Lochinvar. HEX triplet: 47, 91 and 78. RGB value is (71,145,120). Sum of RGB (Red+Green+Blue) = 71+145+120=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #479178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479178 is #B86E87. Grayscale: #787878. Windows color (decimal): -12086920 or 7901511. OLE color: 7901511.

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

Color convert

RGB 71 145 120 -
CMYK 0.51 0 0.17 0.43
HSL 159.73º 0.34% 0.42% -
HSV(B) 159.73º 0.51% 0.57% -
XYZ 16.11 22.95 21.35 -
YUV 120.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 71 145 120 0.51 0 0.17 0.43 159.73 0.34 0.42
Hex 47 91 78 33 0 11 2B A0 22 2A
Octal 107 221 170 63 0 21 53 240 42 52
Binary 1000111 10010001 1111000 110011 0 10001 101011 10100000 100010 101010

Color Harmonies of #479178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479178

Black with #479178

Text Example


Text Example

White with #479178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479178; }

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

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

background-color css

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

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

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

border-color css

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

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

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