Html Css Color HEX #40988D Lochinvar

📋 copy color: '#40988D'

red 64 ◦ green 152 ◦ blue 141

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

Shades of Lochinvar #40988D

Tints of Lochinvar #40988D

RGB

 RED value IS 64 (25.39% from 255) = 17.93%

 GREEN value IS 152 (59.77% from 255) = 42.58%

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 17.93%
G = 42.58%
B = 39.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#40988D (or 0x40988D) is known color: Lochinvar. HEX triplet: 40, 98 and 8D. RGB value is (64,152,141). Sum of RGB (Red+Green+Blue) = 64+152+141=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #40988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40988D is #BF6772. Grayscale: #7C7C7C. Windows color (decimal): -12543859 or 9279552. OLE color: 9279552.

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

Color convert

RGB 64 152 141 -
CMYK 0.58 0 0.07 0.40
HSL 172.5º 0.41% 0.42% -
HSV(B) 172.5º 0.58% 0.6% -
XYZ 18.15 25.47 29.16 -
YUV 124.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 64 152 141 0.58 0 0.07 0.40 172.5 0.41 0.42
Hex 40 98 8D 3A 0 7 28 AC 29 2A
Octal 100 230 215 72 0 7 50 254 51 52
Binary 1000000 10011000 10001101 111010 0 111 101000 10101100 101001 101010

Color Harmonies of #40988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40988D

Black with #40988D

Text Example


Text Example

White with #40988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40988D;
 }
 .AnyTagClassName
 {
   color: #40988D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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