#42957E

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

Shades of Lochinvar #42957E

Tints of Lochinvar #42957E

Color information

#42957E (or 0x42957E) is unknown color: approx Lochinvar. HEX triplet: 42, 95 and 7E. RGB value is (66,149,126). Sum of RGB (Red+Green+Blue) = 66+149+126=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #42957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42957E is #BD6A81. Grayscale: #797979. Windows color (decimal): -12413570 or 8295746. OLE color: 8295746.

HSL color Cylindrical-coordinate representation of color #42957E: hue angle of 163.37º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42957E is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB66149126-
CMYK0.5600.150.42
HSL163.37º38.6%42.16%-
HSV(B)163.37º55.7%58.43%-
XYZ16.7624.1623.52-
YUV121.56130.588.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=19.35%
G=43.70%
B=36.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661491260.5600.150.42163.3738.642.16
Hex42957E380F2Aa3272a
Octal10222517670017522434752
Binary10000101001010111111101110000111110101010100011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42957E; }

 p { color: rgb(66,149,126); }

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

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

 a { background-color: rgb(66,149,126); }

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

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

 span { border-color: rgb(66,149,126); }

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