Html Css Color HEX #40897C Lochinvar

📋 copy color: '#40897C'

red 64 ◦ green 137 ◦ blue 124

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

Shades of Lochinvar #40897C

Tints of Lochinvar #40897C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 19.69%
G = 42.15%
B = 38.15%

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

#40897C (or 0x40897C) is known color: Lochinvar. HEX triplet: 40, 89 and 7C. RGB value is (64,137,124). Sum of RGB (Red+Green+Blue) = 64+137+124=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #40897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40897C is #BF7683. Grayscale: #717171. Windows color (decimal): -12547716 or 8161600. OLE color: 8161600.

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

Color convert

RGB 64 137 124 -
CMYK 0.53 0 0.09 0.46
HSL 169.32º 0.36% 0.39% -
HSV(B) 169.32º 0.53% 0.54% -
XYZ 14.7 20.44 22.24 -
YUV 113.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 64 137 124 0.53 0 0.09 0.46 169.32 0.36 0.39
Hex 40 89 7C 35 0 9 2E A9 24 27
Octal 100 211 174 65 0 11 56 251 44 47
Binary 1000000 10001001 1111100 110101 0 1001 101110 10101001 100100 100111

Color Harmonies of #40897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40897C

Black with #40897C

Text Example


Text Example

White with #40897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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