#419087

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

Shades of Lochinvar #419087

Tints of Lochinvar #419087

Color information

#419087 (or 0x419087) is unknown color: approx Lochinvar. HEX triplet: 41, 90 and 87. RGB value is (65,144,135). Sum of RGB (Red+Green+Blue) = 65+144+135=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #419087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419087 is #BE6F78. Grayscale: #777777. Windows color (decimal): -12480377 or 8884289. OLE color: 8884289.

HSL color Cylindrical-coordinate representation of color #419087: hue angle of 173.16º 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 #419087 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB65144135-
CMYK0.5500.060.44
HSL173.16º37.8%40.98%-
HSV(B)173.16º54.86%56.47%-
XYZ16.5322.8226.46-
YUV119.35136.8389.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=18.90%
G=41.86%
B=39.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651441350.5500.060.44173.1637.840.98
Hex41908737062Cad2629
Octal1012202076706542554651
Binary10000011001000010000111110111011010110010101101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419087; }

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

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

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

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

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

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

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

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