#408980

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

Shades of Lochinvar #408980

Tints of Lochinvar #408980

Color information

#408980 (or 0x408980) is unknown color: approx Lochinvar. HEX triplet: 40, 89 and 80. RGB value is (64,137,128). Sum of RGB (Red+Green+Blue) = 64+137+128=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #408980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408980 is #BF767F. Grayscale: #727272. Windows color (decimal): -12547712 or 8423744. OLE color: 8423744.

HSL color Cylindrical-coordinate representation of color #408980: hue angle of 172.6º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408980 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB64137128-
CMYK0.5300.070.46
HSL172.6º36.32%39.41%-
HSV(B)172.6º53.28%53.73%-
XYZ14.9620.5423.6-
YUV114.15135.8292.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.45%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=19.45%
G=41.64%
B=38.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641371280.5300.070.46172.636.3239.41
Hex40898035072Ead2427
Octal1002112006507562554447
Binary10000001000100110000000110101011110111010101101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408980; }

 p { color: rgb(64,137,128); }

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

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

 a { background-color: rgb(64,137,128); }

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

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

 span { border-color: rgb(64,137,128); }

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