Html Css Color HEX #40897D Lochinvar

📋 copy color: '#40897D'

red 64 ◦ green 137 ◦ blue 125

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

Shades of Lochinvar #40897D

Tints of Lochinvar #40897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.02%

 BLUE value IS 125 (49.22% from 255) = 38.34%

R = 19.63%
G = 42.02%
B = 38.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#40897D (or 0x40897D) is known color: Lochinvar. HEX triplet: 40, 89 and 7D. RGB value is (64,137,125). Sum of RGB (Red+Green+Blue) = 64+137+125=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #40897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40897D is #BF7682. Grayscale: #717171. Windows color (decimal): -12547715 or 8227136. OLE color: 8227136.

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

Color convert

RGB 64 137 125 -
CMYK 0.53 0 0.09 0.46
HSL 170.14º 0.36% 0.39% -
HSV(B) 170.14º 0.53% 0.54% -
XYZ 14.76 20.46 22.57 -
YUV 113.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 64 137 125 0.53 0 0.09 0.46 170.14 0.36 0.39
Hex 40 89 7D 35 0 9 2E AA 24 27
Octal 100 211 175 65 0 11 56 252 44 47
Binary 1000000 10001001 1111101 110101 0 1001 101110 10101010 100100 100111

Color Harmonies of #40897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40897D

Black with #40897D

Text Example


Text Example

White with #40897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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