#419682

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

Shades of Lochinvar #419682

Tints of Lochinvar #419682

Color information

#419682 (or 0x419682) is unknown color: approx Lochinvar. HEX triplet: 41, 96 and 82. RGB value is (65,150,130). Sum of RGB (Red+Green+Blue) = 65+150+130=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #419682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419682 is #BE697D. Grayscale: #7A7A7A. Windows color (decimal): -12478846 or 8558145. OLE color: 8558145.

HSL color Cylindrical-coordinate representation of color #419682: hue angle of 165.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419682 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB65150130-
CMYK0.5700.130.41
HSL165.88º39.53%42.16%-
HSV(B)165.88º56.67%58.82%-
XYZ17.1224.5524.96-
YUV122.3132.3487.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=18.84%
G=43.48%
B=37.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651501300.5700.130.41165.8839.5342.16
Hex419682390D29a6282a
Octal10122620271015512465052
Binary100000110010110100000101110010110110100110100110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419682; }

 p { color: rgb(65,150,130); }

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

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

 a { background-color: rgb(65,150,130); }

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

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

 span { border-color: rgb(65,150,130); }

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