#429082

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

Shades of Lochinvar #429082

Tints of Lochinvar #429082

Color information

#429082 (or 0x429082) is unknown color: approx Lochinvar. HEX triplet: 42, 90 and 82. RGB value is (66,144,130). Sum of RGB (Red+Green+Blue) = 66+144+130=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #429082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429082 is #BD6F7D. Grayscale: #777777. Windows color (decimal): -12414846 or 8556610. OLE color: 8556610.

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

Color convert

RGB66144130-
CMYK0.5400.100.44
HSL169.23º37.14%41.18%-
HSV(B)169.23º54.17%56.47%-
XYZ16.2522.7224.65-
YUV119.08134.1690.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 144 (56.64% from 255) = 42.35%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=19.41%
G=42.35%
B=38.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661441300.5400.100.44169.2337.1441.18
Hex429082360A2Ca92529
Octal10222020266012542514551
Binary100001010010000100000101101100101010110010101001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429082; }

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

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

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

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

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

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

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

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