#429182

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

Shades of Lochinvar #429182

Tints of Lochinvar #429182

Color information

#429182 (or 0x429182) is unknown color: approx Lochinvar. HEX triplet: 42, 91 and 82. RGB value is (66,145,130). Sum of RGB (Red+Green+Blue) = 66+145+130=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #429182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429182 is #BD6E7D. Grayscale: #777777. Windows color (decimal): -12414590 or 8556866. OLE color: 8556866.

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

Color convert

RGB66145130-
CMYK0.5400.100.43
HSL168.61º37.44%41.37%-
HSV(B)168.61º54.48%56.86%-
XYZ16.423.0224.7-
YUV119.67133.8389.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 130 (51.17% from 255) = 38.12%
R=19.35%
G=42.52%
B=38.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661451300.5400.100.43168.6137.4441.37
Hex429182360A2Ba92529
Octal10222120266012532514551
Binary100001010010001100000101101100101010101110101001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429182; }

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

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

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

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

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

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

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

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