#419479

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

Shades of Lochinvar #419479

Tints of Lochinvar #419479

Color information

#419479 (or 0x419479) is unknown color: approx Lochinvar. HEX triplet: 41, 94 and 79. RGB value is (65,148,121). Sum of RGB (Red+Green+Blue) = 65+148+121=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #419479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419479 is #BE6B86. Grayscale: #787878. Windows color (decimal): -12479367 or 7967809. OLE color: 7967809.

HSL color Cylindrical-coordinate representation of color #419479: hue angle of 160.48º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419479 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB65148121-
CMYK0.5600.180.42
HSL160.48º38.97%41.76%-
HSV(B)160.48º56.08%58.04%-
XYZ16.2223.6821.81-
YUV120.1128.588.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.46%
GREEN value IS 148 (58.20% from 255) = 44.31%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=19.46%
G=44.31%
B=36.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481210.5600.180.42160.4838.9741.76
Hex419479380122Aa0272a
Octal10122417170022522404752
Binary100000110010100111100111100001001010101010100000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419479; }

 p { color: rgb(65,148,121); }

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

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

 a { background-color: rgb(65,148,121); }

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

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

 span { border-color: rgb(65,148,121); }

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