#419481

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

Shades of Lochinvar #419481

Tints of Lochinvar #419481

Color information

#419481 (or 0x419481) is unknown color: approx Lochinvar. HEX triplet: 41, 94 and 81. RGB value is (65,148,129). Sum of RGB (Red+Green+Blue) = 65+148+129=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #419481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419481 is #BE6B7E. Grayscale: #797979. Windows color (decimal): -12479359 or 8492097. OLE color: 8492097.

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

Color convert

RGB65148129-
CMYK0.5600.130.42
HSL166.27º38.97%41.76%-
HSV(B)166.27º56.08%58.04%-
XYZ16.7323.8924.5-
YUV121.02132.588.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=19.01%
G=43.27%
B=37.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481290.5600.130.42166.2738.9741.76
Hex419481380D2Aa6272a
Octal10122420170015522464752
Binary100000110010100100000011110000110110101010100110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419481; }

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

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

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

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

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

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

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

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