#419086

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

Shades of Lochinvar #419086

Tints of Lochinvar #419086

Color information

#419086 (or 0x419086) is unknown color: approx Lochinvar. HEX triplet: 41, 90 and 86. RGB value is (65,144,134). Sum of RGB (Red+Green+Blue) = 65+144+134=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #419086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419086 is #BE6F79. Grayscale: #777777. Windows color (decimal): -12480378 or 8818753. OLE color: 8818753.

HSL color Cylindrical-coordinate representation of color #419086: hue angle of 172.41º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419086 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB65144134-
CMYK0.5500.070.44
HSL172.41º37.8%40.98%-
HSV(B)172.41º54.86%56.47%-
XYZ16.4622.7926.09-
YUV119.24136.3389.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 134 (52.73% from 255) = 39.07%
R=18.95%
G=41.98%
B=39.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651441340.5500.070.44172.4137.840.98
Hex41908637072Cac2629
Octal1012202066707542544651
Binary10000011001000010000110110111011110110010101100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419086; }

 p { color: rgb(65,144,134); }

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

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

 a { background-color: rgb(65,144,134); }

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

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

 span { border-color: rgb(65,144,134); }

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