#42957A

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

Shades of Lochinvar #42957A

Tints of Lochinvar #42957A

Color information

#42957A (or 0x42957A) is unknown color: approx Lochinvar. HEX triplet: 42, 95 and 7A. RGB value is (66,149,122). Sum of RGB (Red+Green+Blue) = 66+149+122=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #42957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42957A is #BD6A85. Grayscale: #797979. Windows color (decimal): -12413574 or 8033602. OLE color: 8033602.

HSL color Cylindrical-coordinate representation of color #42957A: hue angle of 160.48º 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 #42957A is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB66149122-
CMYK0.5600.180.42
HSL160.48º38.6%42.16%-
HSV(B)160.48º55.7%58.43%-
XYZ16.5124.0622.19-
YUV121.1128.588.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.58%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=19.58%
G=44.21%
B=36.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661491220.5600.180.42160.4838.642.16
Hex42957A380122Aa0272a
Octal10222517270022522404752
Binary100001010010101111101011100001001010101010100000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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