#408B7F

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

Shades of Lochinvar #408B7F

Tints of Lochinvar #408B7F

Color information

#408B7F (or 0x408B7F) is unknown color: approx Lochinvar. HEX triplet: 40, 8B and 7F. RGB value is (64,139,127). Sum of RGB (Red+Green+Blue) = 64+139+127=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #408B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B7F is #BF7480. Grayscale: #737373. Windows color (decimal): -12547201 or 8358720. OLE color: 8358720.

HSL color Cylindrical-coordinate representation of color #408B7F: hue angle of 170.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B7F is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB64139127-
CMYK0.5400.090.45
HSL170.4º36.95%39.8%-
HSV(B)170.4º53.96%54.51%-
XYZ15.1821.0923.35-
YUV115.21134.6591.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.39%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 127 (50% from 255) = 38.48%
R=19.39%
G=42.12%
B=38.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641391270.5400.090.45170.436.9539.8
Hex408B7F36092Daa2528
Octal10021317766011552524550
Binary10000001000101111111111101100100110110110101010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408B7F; }

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

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

<style>
 a { background-color: #408B7F; }

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

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

<style>
 span { border-color: #408B7F; }

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

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