#419288

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

Shades of Lochinvar #419288

Tints of Lochinvar #419288

Color information

#419288 (or 0x419288) is unknown color: approx Lochinvar. HEX triplet: 41, 92 and 88. RGB value is (65,146,136). Sum of RGB (Red+Green+Blue) = 65+146+136=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #419288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419288 is #BE6D77. Grayscale: #787878. Windows color (decimal): -12479864 or 8950337. OLE color: 8950337.

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

Color convert

RGB65146136-
CMYK0.5500.070.43
HSL172.59º38.39%41.37%-
HSV(B)172.59º55.48%57.25%-
XYZ16.923.4626.93-
YUV120.64136.6688.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 146 (57.42% from 255) = 42.07%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=18.73%
G=42.07%
B=39.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651461360.5500.070.43172.5938.3941.37
Hex41928837072Bad2629
Octal1012222106707532554651
Binary10000011001001010001000110111011110101110101101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419288; }

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

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

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

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

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

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

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

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