#419482

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

Shades of Lochinvar #419482

Tints of Lochinvar #419482

Color information

#419482 (or 0x419482) is unknown color: approx Lochinvar. HEX triplet: 41, 94 and 82. RGB value is (65,148,130). Sum of RGB (Red+Green+Blue) = 65+148+130=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #419482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419482 is #BE6B7D. Grayscale: #797979. Windows color (decimal): -12479358 or 8557633. OLE color: 8557633.

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

Color convert

RGB65148130-
CMYK0.5600.120.42
HSL166.99º38.97%41.76%-
HSV(B)166.99º56.08%58.04%-
XYZ16.823.9224.85-
YUV121.1313387.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 130 (51.17% from 255) = 37.90%
R=18.95%
G=43.15%
B=37.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481300.5600.120.42166.9938.9741.76
Hex419482380C2Aa7272a
Octal10122420270014522474752
Binary100000110010100100000101110000110010101010100111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419482; }

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

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

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

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

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

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

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

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