#40917F

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

Shades of Lochinvar #40917F

Tints of Lochinvar #40917F

Color information

#40917F (or 0x40917F) is unknown color: approx Lochinvar. HEX triplet: 40, 91 and 7F. RGB value is (64,145,127). Sum of RGB (Red+Green+Blue) = 64+145+127=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #40917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40917F is #BF6E80. Grayscale: #767676. Windows color (decimal): -12545665 or 8360256. OLE color: 8360256.

HSL color Cylindrical-coordinate representation of color #40917F: hue angle of 166.67º 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 #40917F is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB64145127-
CMYK0.5600.120.43
HSL166.67º38.76%40.98%-
HSV(B)166.67º55.86%56.86%-
XYZ16.0722.8723.65-
YUV118.73132.6688.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 127 (50% from 255) = 37.80%
R=19.05%
G=43.15%
B=37.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641451270.5600.120.43166.6738.7640.98
Hex40917F380C2Ba72729
Octal10022117770014532474751
Binary10000001001000111111111110000110010101110100111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,145,127); }

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

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

 a { background-color: rgb(64,145,127); }

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

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

 span { border-color: rgb(64,145,127); }

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