Html Css Color HEX #40988A Lochinvar

📋 copy color: '#40988A'

red 64 ◦ green 152 ◦ blue 138

#40988A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #40988A

Tints of Lochinvar #40988A

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.3% from 255) = 38.98%

R = 18.08%
G = 42.94%
B = 38.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#40988A (or 0x40988A) is known color: 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

RGB 64 152 138 -
CMYK 0.58 0 0.09 0.40
HSL 170.45º 0.41% 0.42% -
HSV(B) 170.45º 0.58% 0.6% -
XYZ 17.93 25.38 28 -
YUV 124.09 135.85 85.14 -
System Red Green Blue C M Y K H S L
Decimal 64 152 138 0.58 0 0.09 0.40 170.45 0.41 0.42
Hex 40 98 8A 3A 0 9 28 AA 29 2A
Octal 100 230 212 72 0 11 50 252 51 52
Binary 1000000 10011000 10001010 111010 0 1001 101000 10101010 101001 101010

Color Harmonies of #40988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40988A

Black with #40988A

Text Example


Text Example

White with #40988A

Text Example


Text Example

HTML Codes & Css Web 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>