#408D81

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

Shades of Lochinvar #408D81

Tints of Lochinvar #408D81

Color information

#408D81 (or 0x408D81) is unknown color: approx Lochinvar. HEX triplet: 40, 8D and 81. RGB value is (64,141,129). Sum of RGB (Red+Green+Blue) = 64+141+129=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #408D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408D81 is #BF727E. Grayscale: #747474. Windows color (decimal): -12546687 or 8490304. OLE color: 8490304.

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

Color convert

RGB64141129-
CMYK0.5500.090.45
HSL170.65º37.56%40.2%-
HSV(B)170.65º54.61%55.29%-
XYZ15.621.7224.14-
YUV116.61134.9990.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.16%
GREEN value IS 141 (55.47% from 255) = 42.22%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=19.16%
G=42.22%
B=38.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641411290.5500.090.45170.6537.5640.2
Hex408D8137092Dab2628
Octal10021520167011552534650
Binary100000010001101100000011101110100110110110101011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,141,129); }

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

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

 a { background-color: rgb(64,141,129); }

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

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

 span { border-color: rgb(64,141,129); }

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