#419181

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

Shades of Lochinvar #419181

Tints of Lochinvar #419181

Color information

#419181 (or 0x419181) is unknown color: approx Lochinvar. HEX triplet: 41, 91 and 81. RGB value is (65,145,129). Sum of RGB (Red+Green+Blue) = 65+145+129=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #419181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419181 is #BE6E7E. Grayscale: #777777. Windows color (decimal): -12480127 or 8491329. OLE color: 8491329.

HSL color Cylindrical-coordinate representation of color #419181: hue angle of 168º 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 #419181 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB65145129-
CMYK0.5500.110.43
HSL168º38.1%41.18%-
HSV(B)168º55.17%56.86%-
XYZ16.2722.9624.34-
YUV119.26133.589.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=19.17%
G=42.77%
B=38.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651451290.5500.110.4316838.141.18
Hex419181370B2Ba82629
Octal10122120167013532504651
Binary100000110010001100000011101110101110101110101000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419181; }

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

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

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

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

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

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

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

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