#408983

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

Shades of Lochinvar #408983

Tints of Lochinvar #408983

Color information

#408983 (or 0x408983) is unknown color: approx Lochinvar. HEX triplet: 40, 89 and 83. RGB value is (64,137,131). Sum of RGB (Red+Green+Blue) = 64+137+131=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #408983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408983 is #BF767C. Grayscale: #727272. Windows color (decimal): -12547709 or 8620352. OLE color: 8620352.

HSL color Cylindrical-coordinate representation of color #408983: hue angle of 175.07º 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 #408983 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB64137131-
CMYK0.5300.040.46
HSL175.07º36.32%39.41%-
HSV(B)175.07º53.28%53.73%-
XYZ15.1620.6224.65-
YUV114.49137.3291.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.28%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=19.28%
G=41.27%
B=39.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641371310.5300.040.46175.0736.3239.41
Hex40898335042Eaf2427
Octal1002112036504562574447
Binary10000001000100110000011110101010010111010101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408983; }

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

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

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

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

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

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

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

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