#429289

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

Shades of Lochinvar #429289

Tints of Lochinvar #429289

Color information

#429289 (or 0x429289) is unknown color: approx Lochinvar. HEX triplet: 42, 92 and 89. RGB value is (66,146,137). Sum of RGB (Red+Green+Blue) = 66+146+137=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #429289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429289 is #BD6D76. Grayscale: #797979. Windows color (decimal): -12414327 or 9015874. OLE color: 9015874.

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

Color convert

RGB66146137-
CMYK0.5500.060.43
HSL173.25º37.74%41.57%-
HSV(B)173.25º54.79%57.25%-
XYZ17.0423.5227.31-
YUV121.0513788.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=18.91%
G=41.83%
B=39.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661461370.5500.060.43173.2537.7441.57
Hex42928937062Bad262a
Octal1022222116706532554652
Binary10000101001001010001001110111011010101110101101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429289; }

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

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

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

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

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

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

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

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