#408780

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

Shades of Lochinvar #408780

Tints of Lochinvar #408780

Color information

#408780 (or 0x408780) is unknown color: approx Lochinvar. HEX triplet: 40, 87 and 80. RGB value is (64,135,128). Sum of RGB (Red+Green+Blue) = 64+135+128=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #408780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408780 is #BF787F. Grayscale: #707070. Windows color (decimal): -12548224 or 8423232. OLE color: 8423232.

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

Color convert

RGB64135128-
CMYK0.5300.050.47
HSL174.08º35.68%39.02%-
HSV(B)174.08º52.59%52.94%-
XYZ14.6719.9823.5-
YUV112.97136.4893.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=19.57%
G=41.28%
B=39.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641351280.5300.050.47174.0835.6839.02
Hex40878035052Fae2427
Octal1002072006505572564447
Binary10000001000011110000000110101010110111110101110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408780; }

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

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

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

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

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

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

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

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