#419285

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

Shades of Lochinvar #419285

Tints of Lochinvar #419285

Color information

#419285 (or 0x419285) is unknown color: approx Lochinvar. HEX triplet: 41, 92 and 85. RGB value is (65,146,133). Sum of RGB (Red+Green+Blue) = 65+146+133=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #419285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419285 is #BE6D7A. Grayscale: #787878. Windows color (decimal): -12479867 or 8753729. OLE color: 8753729.

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

Color convert

RGB65146133-
CMYK0.5500.090.43
HSL170.37º38.39%41.37%-
HSV(B)170.37º55.48%57.25%-
XYZ16.6923.3825.82-
YUV120.3135.1688.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 146 (57.42% from 255) = 42.44%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=18.90%
G=42.44%
B=38.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651461330.5500.090.43170.3738.3941.37
Hex41928537092Baa2629
Octal10122220567011532524651
Binary100000110010010100001011101110100110101110101010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419285; }

 p { color: rgb(65,146,133); }

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

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

 a { background-color: rgb(65,146,133); }

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

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

 span { border-color: rgb(65,146,133); }

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