#429279

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

Shades of Lochinvar #429279

Tints of Lochinvar #429279

Color information

#429279 (or 0x429279) is unknown color: approx Lochinvar. HEX triplet: 42, 92 and 79. RGB value is (66,146,121). Sum of RGB (Red+Green+Blue) = 66+146+121=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #429279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429279 is #BD6D86. Grayscale: #777777. Windows color (decimal): -12414343 or 7967298. OLE color: 7967298.

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

Color convert

RGB66146121-
CMYK0.5500.170.43
HSL161.25º37.74%41.57%-
HSV(B)161.25º54.79%57.25%-
XYZ15.9823.121.71-
YUV119.2312990.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=19.82%
G=43.84%
B=36.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661461210.5500.170.43161.2537.7441.57
Hex429279370112Ba1262a
Octal10222217167021532414652
Binary100001010010010111100111011101000110101110100001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429279; }

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

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

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

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

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

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

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

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