#40988A

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

Shades of Lochinvar #40988A

Tints of Lochinvar #40988A

Color information

#40988A (or 0x40988A) is unknown color: approx Lochinvar. HEX triplet: 40, 98 and 8A. RGB value is (64,152,138). Sum of RGB (Red+Green+Blue) = 64+152+138=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #40988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40988A is #BF6775. Grayscale: #7C7C7C. Windows color (decimal): -12543862 or 9082944. OLE color: 9082944.

HSL color Cylindrical-coordinate representation of color #40988A: hue angle of 170.45º 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 #40988A is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB64152138-
CMYK0.5800.090.40
HSL170.45º40.74%42.35%-
HSV(B)170.45º57.89%59.61%-
XYZ17.9325.3828-
YUV124.09135.8585.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.08%
GREEN value IS 152 (59.77% from 255) = 42.94%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=18.08%
G=42.94%
B=38.98%

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
Decimal641521380.5800.090.40170.4540.7442.35
Hex40988A3A0928aa292a
Octal10023021272011502525152
Binary100000010011000100010101110100100110100010101010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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