#408D84

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

Shades of Lochinvar #408D84

Tints of Lochinvar #408D84

Color information

#408D84 (or 0x408D84) is unknown color: approx Lochinvar. HEX triplet: 40, 8D and 84. RGB value is (64,141,132). Sum of RGB (Red+Green+Blue) = 64+141+132=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 141 - color contains mainly: green. Hex color #408D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408D84 is #BF727B. Grayscale: #747474. Windows color (decimal): -12546684 or 8686912. OLE color: 8686912.

HSL color Cylindrical-coordinate representation of color #408D84: hue angle of 172.99º 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 #408D84 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB64141132-
CMYK0.5500.060.45
HSL172.99º37.56%40.2%-
HSV(B)172.99º54.61%55.29%-
XYZ15.821.8125.21-
YUV116.95136.4990.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 141 (55.47% from 255) = 41.84%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=18.99%
G=41.84%
B=39.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641411320.5500.060.45172.9937.5640.2
Hex408D8437062Dad2628
Octal1002152046706552554650
Binary10000001000110110000100110111011010110110101101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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