#40857A

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

Shades of Lochinvar #40857A

Tints of Lochinvar #40857A

Color information

#40857A (or 0x40857A) is unknown color: approx Lochinvar. HEX triplet: 40, 85 and 7A. RGB value is (64,133,122). Sum of RGB (Red+Green+Blue) = 64+133+122=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #40857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40857A is #BF7A85. Grayscale: #6F6F6F. Windows color (decimal): -12548742 or 8029504. OLE color: 8029504.

HSL color Cylindrical-coordinate representation of color #40857A: hue angle of 170.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40857A is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB64133122-
CMYK0.5200.080.48
HSL170.43º35.03%38.63%-
HSV(B)170.43º51.88%52.16%-
XYZ14.0119.2721.39-
YUV111.12134.1494.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=20.06%
G=41.69%
B=38.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641331220.5200.080.48170.4335.0338.63
Hex40857A340830aa2327
Octal10020517264010602524347
Binary10000001000010111110101101000100011000010101010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,133,122); }

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

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

 a { background-color: rgb(64,133,122); }

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

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

 span { border-color: rgb(64,133,122); }

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