#408680

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

Shades of Lochinvar #408680

Tints of Lochinvar #408680

Color information

#408680 (or 0x408680) is unknown color: approx Lochinvar. HEX triplet: 40, 86 and 80. RGB value is (64,134,128). Sum of RGB (Red+Green+Blue) = 64+134+128=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #408680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408680 is #BF797F. Grayscale: #707070. Windows color (decimal): -12548480 or 8422976. OLE color: 8422976.

HSL color Cylindrical-coordinate representation of color #408680: hue angle of 174.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408680 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB64134128-
CMYK0.5200.040.47
HSL174.86º35.35%38.82%-
HSV(B)174.86º52.24%52.55%-
XYZ14.5419.723.46-
YUV112.39136.8193.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.63%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 128 (50.39% from 255) = 39.26%
R=19.63%
G=41.10%
B=39.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641341280.5200.040.47174.8635.3538.82
Hex40868034042Faf2327
Octal1002062006404572574347
Binary10000001000011010000000110100010010111110101111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408680; }

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

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

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

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

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

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

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

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