#478D7A

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

Shades of Lochinvar #478D7A

Tints of Lochinvar #478D7A

Color information

#478D7A (or 0x478D7A) is unknown color: approx Lochinvar. HEX triplet: 47, 8D and 7A. RGB value is (71,141,122). Sum of RGB (Red+Green+Blue) = 71+141+122=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #478D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478D7A is #B87285. Grayscale: #757575. Windows color (decimal): -12087942 or 8031559. OLE color: 8031559.

HSL color Cylindrical-coordinate representation of color #478D7A: hue angle of 163.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D7A is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB71141122-
CMYK0.5000.130.45
HSL163.71º33.02%41.57%-
HSV(B)163.71º49.65%55.29%-
XYZ15.6421.7921.79-
YUV117.9130.3194.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.26%
GREEN value IS 141 (55.47% from 255) = 42.22%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=21.26%
G=42.22%
B=36.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711411220.5000.130.45163.7133.0241.57
Hex478D7A320D2Da4212a
Octal10721517262015552444152
Binary10001111000110111110101100100110110110110100100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478D7A; }

 p { color: rgb(71,141,122); }

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

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

 a { background-color: rgb(71,141,122); }

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

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

 span { border-color: rgb(71,141,122); }

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