#478979

Color #478979 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #478979

Tints of Lochinvar #478979

Color information

#478979 (or 0x478979) is unknown color: approx Lochinvar. HEX triplet: 47, 89 and 79. RGB value is (71,137,121). Sum of RGB (Red+Green+Blue) = 71+137+121=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #478979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478979 is #B87686. Grayscale: #737373. Windows color (decimal): -12088967 or 7964999. OLE color: 7964999.

HSL color Cylindrical-coordinate representation of color #478979: hue angle of 165.45º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #478979 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB71137121-
CMYK0.4800.120.46
HSL165.45º31.73%40.78%-
HSV(B)165.45º48.18%53.73%-
XYZ1520.6121.28-
YUV115.44131.1396.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 121 (47.66% from 255) = 36.78%
R=21.58%
G=41.64%
B=36.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711371210.4800.120.46165.4531.7340.78
Hex478979300C2Ea52029
Octal10721117160014562454051
Binary10001111000100111110011100000110010111010100101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478979; }

 p { color: rgb(71,137,121); }

 H1.HeaderClassName
 {
   color: #478979;
 }
 .AnyTagClassName
 {
   color: #478979;
 }
</style>
background-color css

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

 a { background-color: rgb(71,137,121); }

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

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

 span { border-color: rgb(71,137,121); }

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