#40988B

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

Shades of Lochinvar #40988B

Tints of Lochinvar #40988B

Color information

#40988B (or 0x40988B) is unknown color: approx Lochinvar. HEX triplet: 40, 98 and 8B. RGB value is (64,152,139). Sum of RGB (Red+Green+Blue) = 64+152+139=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #40988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40988B is #BF6774. Grayscale: #7C7C7C. Windows color (decimal): -12543861 or 9148480. OLE color: 9148480.

HSL color Cylindrical-coordinate representation of color #40988B: hue angle of 171.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40988B is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB64152139-
CMYK0.5800.090.40
HSL171.14º40.74%42.35%-
HSV(B)171.14º57.89%59.61%-
XYZ1825.4128.38-
YUV124.21136.3585.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.03%
GREEN value IS 152 (59.77% from 255) = 42.82%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=18.03%
G=42.82%
B=39.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641521390.5800.090.40171.1440.7442.35
Hex40988B3A0928ab292a
Octal10023021372011502535152
Binary100000010011000100010111110100100110100010101011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40988B; }

 p { color: rgb(64,152,139); }

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

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

 a { background-color: rgb(64,152,139); }

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

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

 span { border-color: rgb(64,152,139); }

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