#42917A

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

Shades of Lochinvar #42917A

Tints of Lochinvar #42917A

Color information

#42917A (or 0x42917A) is unknown color: approx Lochinvar. HEX triplet: 42, 91 and 7A. RGB value is (66,145,122). Sum of RGB (Red+Green+Blue) = 66+145+122=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #42917A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42917A is #BD6E85. Grayscale: #767676. Windows color (decimal): -12414598 or 8032578. OLE color: 8032578.

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

Color convert

RGB66145122-
CMYK0.5400.160.43
HSL162.53º37.44%41.37%-
HSV(B)162.53º54.48%56.86%-
XYZ15.8922.8121.98-
YUV118.76129.8390.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=19.82%
G=43.54%
B=36.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661451220.5400.160.43162.5337.4441.37
Hex42917A360102Ba32529
Octal10222117266020532434551
Binary100001010010001111101011011001000010101110100011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42917A; }

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

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

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

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

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

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

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

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