#429188

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

Shades of Lochinvar #429188

Tints of Lochinvar #429188

Color information

#429188 (or 0x429188) is unknown color: approx Lochinvar. HEX triplet: 42, 91 and 88. RGB value is (66,145,136). Sum of RGB (Red+Green+Blue) = 66+145+136=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #429188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429188 is #BD6E77. Grayscale: #787878. Windows color (decimal): -12414584 or 8950082. OLE color: 8950082.

HSL color Cylindrical-coordinate representation of color #429188: hue angle of 173.16º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429188 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB66145136-
CMYK0.5400.060.43
HSL173.16º37.44%41.37%-
HSV(B)173.16º54.48%56.86%-
XYZ16.8223.1926.88-
YUV120.35136.8389.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=19.02%
G=41.79%
B=39.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661451360.5400.060.43173.1637.4441.37
Hex42918836062Bad2529
Octal1022212106606532554551
Binary10000101001000110001000110110011010101110101101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429188; }

 p { color: rgb(66,145,136); }

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

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

 a { background-color: rgb(66,145,136); }

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

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

 span { border-color: rgb(66,145,136); }

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