#429589

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

Shades of Lochinvar #429589

Tints of Lochinvar #429589

Color information

#429589 (or 0x429589) is unknown color: approx Lochinvar. HEX triplet: 42, 95 and 89. RGB value is (66,149,137). Sum of RGB (Red+Green+Blue) = 66+149+137=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #429589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429589 is #BD6A76. Grayscale: #7A7A7A. Windows color (decimal): -12413559 or 9016642. OLE color: 9016642.

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

Color convert

RGB66149137-
CMYK0.5600.080.42
HSL171.33º38.6%42.16%-
HSV(B)171.33º55.7%58.43%-
XYZ17.5124.4627.47-
YUV122.8113687.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.75%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=18.75%
G=42.33%
B=38.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661491370.5600.080.42171.3338.642.16
Hex42958938082Aab272a
Octal10222521170010522534752
Binary100001010010101100010011110000100010101010101011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429589; }

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

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

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

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

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

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

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

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