#40927A

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

Shades of Lochinvar #40927A

Tints of Lochinvar #40927A

Color information

#40927A (or 0x40927A) is unknown color: approx Lochinvar. HEX triplet: 40, 92 and 7A. RGB value is (64,146,122). Sum of RGB (Red+Green+Blue) = 64+146+122=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #40927A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40927A is #BF6D85. Grayscale: #767676. Windows color (decimal): -12545414 or 8032832. OLE color: 8032832.

HSL color Cylindrical-coordinate representation of color #40927A: hue angle of 162.44º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40927A is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB64146122-
CMYK0.5600.160.43
HSL162.44º39.05%41.18%-
HSV(B)162.44º56.16%57.25%-
XYZ15.9123.0522.02-
YUV118.75129.8388.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.28%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=19.28%
G=43.98%
B=36.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641461220.5600.160.43162.4439.0541.18
Hex40927A380102Ba22729
Octal10022217270020532424751
Binary100000010010010111101011100001000010101110100010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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