#42947F

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

Shades of Lochinvar #42947F

Tints of Lochinvar #42947F

Color information

#42947F (or 0x42947F) is unknown color: approx Lochinvar. HEX triplet: 42, 94 and 7F. RGB value is (66,148,127). Sum of RGB (Red+Green+Blue) = 66+148+127=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #42947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42947F is #BD6B80. Grayscale: #797979. Windows color (decimal): -12413825 or 8361026. OLE color: 8361026.

HSL color Cylindrical-coordinate representation of color #42947F: hue angle of 164.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42947F is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB66148127-
CMYK0.5500.140.42
HSL164.63º38.32%41.96%-
HSV(B)164.63º55.41%58.04%-
XYZ16.6723.8723.81-
YUV121.09131.3388.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 127 (50% from 255) = 37.24%
R=19.35%
G=43.40%
B=37.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661481270.5500.140.42164.6338.3241.96
Hex42947F370E2Aa5262a
Octal10222417767016522454652
Binary10000101001010011111111101110111010101010100101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42947F; }

 p { color: rgb(66,148,127); }

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

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

 a { background-color: rgb(66,148,127); }

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

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

 span { border-color: rgb(66,148,127); }

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