#429380

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

Shades of Lochinvar #429380

Tints of Lochinvar #429380

Color information

#429380 (or 0x429380) is unknown color: approx Lochinvar. HEX triplet: 42, 93 and 80. RGB value is (66,147,128). Sum of RGB (Red+Green+Blue) = 66+147+128=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #429380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429380 is #BD6C7F. Grayscale: #787878. Windows color (decimal): -12414080 or 8426306. OLE color: 8426306.

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

Color convert

RGB66147128-
CMYK0.5500.130.42
HSL165.93º38.03%41.76%-
HSV(B)165.93º55.1%57.65%-
XYZ16.5823.5824.1-
YUV120.62132.1689.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=19.35%
G=43.11%
B=37.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471280.5500.130.42165.9338.0341.76
Hex429380370D2Aa6262a
Octal10222320067015522464652
Binary100001010010011100000001101110110110101010100110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429380; }

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

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

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

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

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

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

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

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