#429389

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

Shades of Lochinvar #429389

Tints of Lochinvar #429389

Color information

#429389 (or 0x429389) is unknown color: approx Lochinvar. HEX triplet: 42, 93 and 89. RGB value is (66,147,137). Sum of RGB (Red+Green+Blue) = 66+147+137=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #429389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429389 is #BD6C76. Grayscale: #797979. Windows color (decimal): -12414071 or 9016130. OLE color: 9016130.

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

Color convert

RGB66147137-
CMYK0.5500.070.42
HSL172.59º38.03%41.76%-
HSV(B)172.59º55.1%57.65%-
XYZ17.223.8327.36-
YUV121.64136.6688.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.86%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=18.86%
G=42%
B=39.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471370.5500.070.42172.5938.0341.76
Hex42938937072Aad262a
Octal1022232116707522554652
Binary10000101001001110001001110111011110101010101101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429389; }

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

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

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

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

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

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

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

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