#419389

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

Shades of Lochinvar #419389

Tints of Lochinvar #419389

Color information

#419389 (or 0x419389) is unknown color: approx Lochinvar. HEX triplet: 41, 93 and 89. RGB value is (65,147,137). Sum of RGB (Red+Green+Blue) = 65+147+137=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #419389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419389 is #BE6C76. Grayscale: #797979. Windows color (decimal): -12479607 or 9016129. OLE color: 9016129.

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

Color convert

RGB65147137-
CMYK0.5600.070.42
HSL172.68º38.68%41.57%-
HSV(B)172.68º55.78%57.65%-
XYZ17.1323.827.36-
YUV121.34136.8387.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.62%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=18.62%
G=42.12%
B=39.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651471370.5600.070.42172.6838.6841.57
Hex41938938072Aad272a
Octal1012232117007522554752
Binary10000011001001110001001111000011110101010101101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419389; }

 p { color: rgb(65,147,137); }

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

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

 a { background-color: rgb(65,147,137); }

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

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

 span { border-color: rgb(65,147,137); }

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