#429184

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

Shades of Lochinvar #429184

Tints of Lochinvar #429184

Color information

#429184 (or 0x429184) is unknown color: approx Lochinvar. HEX triplet: 42, 91 and 84. RGB value is (66,145,132). Sum of RGB (Red+Green+Blue) = 66+145+132=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #429184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429184 is #BD6E7B. Grayscale: #777777. Windows color (decimal): -12414588 or 8687938. OLE color: 8687938.

HSL color Cylindrical-coordinate representation of color #429184: hue angle of 170.13º 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 #429184 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB66145132-
CMYK0.5400.090.43
HSL170.13º37.44%41.37%-
HSV(B)170.13º54.48%56.86%-
XYZ16.5423.0725.41-
YUV119.9134.8389.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.24%
GREEN value IS 145 (57.03% from 255) = 42.27%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=19.24%
G=42.27%
B=38.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661451320.5400.090.43170.1337.4441.37
Hex42918436092Baa2529
Octal10222120466011532524551
Binary100001010010001100001001101100100110101110101010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429184; }

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

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

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

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

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

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

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

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