#479878

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

Shades of Lochinvar #479878

Tints of Lochinvar #479878

Color information

#479878 (or 0x479878) is unknown color: approx Lochinvar. HEX triplet: 47, 98 and 78. RGB value is (71,152,120). Sum of RGB (Red+Green+Blue) = 71+152+120=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #479878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479878 is #B86787. Grayscale: #7C7C7C. Windows color (decimal): -12085128 or 7903303. OLE color: 7903303.

HSL color Cylindrical-coordinate representation of color #479878: hue angle of 156.3º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479878 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB71152120-
CMYK0.5300.210.40
HSL156.3º36.32%43.73%-
HSV(B)156.3º53.29%59.61%-
XYZ17.2225.1521.72-
YUV124.13125.6690.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=20.70%
G=44.31%
B=34.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711521200.5300.210.40156.336.3243.73
Hex47987835015289c242c
Octal10723017065025502344454
Binary100011110011000111100011010101010110100010011100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479878; }

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

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

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

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

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

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

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

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