#479678

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

Shades of Lochinvar #479678

Tints of Lochinvar #479678

Color information

#479678 (or 0x479678) is unknown color: approx Lochinvar. HEX triplet: 47, 96 and 78. RGB value is (71,150,120). Sum of RGB (Red+Green+Blue) = 71+150+120=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #479678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479678 is #B86987. Grayscale: #7B7B7B. Windows color (decimal): -12085640 or 7902791. OLE color: 7902791.

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

Color convert

RGB71150120-
CMYK0.5300.200.41
HSL157.22º35.75%43.33%-
HSV(B)157.22º52.67%58.82%-
XYZ16.924.5121.61-
YUV122.96126.3390.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.82%
GREEN value IS 150 (58.98% from 255) = 43.99%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=20.82%
G=43.99%
B=35.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711501200.5300.200.41157.2235.7543.33
Hex47967835014299d242b
Octal10722617065024512354453
Binary100011110010110111100011010101010010100110011101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479678; }

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

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

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

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

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

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

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

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