#429179

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

Shades of Lochinvar #429179

Tints of Lochinvar #429179

Color information

#429179 (or 0x429179) is unknown color: approx Lochinvar. HEX triplet: 42, 91 and 79. RGB value is (66,145,121). Sum of RGB (Red+Green+Blue) = 66+145+121=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #429179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429179 is #BD6E86. Grayscale: #767676. Windows color (decimal): -12414599 or 7967042. OLE color: 7967042.

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

Color convert

RGB66145121-
CMYK0.5400.170.43
HSL161.77º37.44%41.37%-
HSV(B)161.77º54.48%56.86%-
XYZ15.8222.7921.65-
YUV118.64129.3390.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=19.88%
G=43.67%
B=36.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661451210.5400.170.43161.7737.4441.37
Hex429179360112Ba22529
Octal10222117166021532424551
Binary100001010010001111100111011001000110101110100010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429179; }

 p { color: rgb(66,145,121); }

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

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

 a { background-color: rgb(66,145,121); }

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

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

 span { border-color: rgb(66,145,121); }

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