#419384

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

Shades of Lochinvar #419384

Tints of Lochinvar #419384

Color information

#419384 (or 0x419384) is unknown color: approx Lochinvar. HEX triplet: 41, 93 and 84. RGB value is (65,147,132). Sum of RGB (Red+Green+Blue) = 65+147+132=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #419384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419384 is #BE6C7B. Grayscale: #787878. Windows color (decimal): -12479612 or 8688449. OLE color: 8688449.

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

Color convert

RGB65147132-
CMYK0.5600.100.42
HSL169.02º38.68%41.57%-
HSV(B)169.02º55.78%57.65%-
XYZ16.7823.6625.51-
YUV120.77134.3388.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=18.90%
G=42.73%
B=38.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651471320.5600.100.42169.0238.6841.57
Hex419384380A2Aa9272a
Octal10122320470012522514752
Binary100000110010011100001001110000101010101010101001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419384; }

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

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

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

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

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

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

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

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