#419281

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

Shades of Lochinvar #419281

Tints of Lochinvar #419281

Color information

#419281 (or 0x419281) is unknown color: approx Lochinvar. HEX triplet: 41, 92 and 81. RGB value is (65,146,129). Sum of RGB (Red+Green+Blue) = 65+146+129=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #419281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419281 is #BE6D7E. Grayscale: #777777. Windows color (decimal): -12479871 or 8491585. OLE color: 8491585.

HSL color Cylindrical-coordinate representation of color #419281: hue angle of 167.41º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419281 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB65146129-
CMYK0.5500.120.43
HSL167.41º38.39%41.37%-
HSV(B)167.41º55.48%57.25%-
XYZ16.4223.2724.39-
YUV119.84133.1688.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.12%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 129 (50.78% from 255) = 37.94%
R=19.12%
G=42.94%
B=37.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651461290.5500.120.43167.4138.3941.37
Hex419281370C2Ba72629
Octal10122220167014532474651
Binary100000110010010100000011101110110010101110100111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419281; }

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

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

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

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

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

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

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

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