Html Css Color HEX #40897A Lochinvar

📋 copy color: '#40897A'

red 64 ◦ green 137 ◦ blue 122

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

Shades of Lochinvar #40897A

Tints of Lochinvar #40897A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.77%

R = 19.81%
G = 42.41%
B = 37.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#40897A (or 0x40897A) is known color: Lochinvar. HEX triplet: 40, 89 and 7A. RGB value is (64,137,122). Sum of RGB (Red+Green+Blue) = 64+137+122=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #40897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40897A is #BF7685. Grayscale: #717171. Windows color (decimal): -12547718 or 8030528. OLE color: 8030528.

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

Color convert

RGB 64 137 122 -
CMYK 0.53 0 0.11 0.46
HSL 167.67º 0.36% 0.39% -
HSV(B) 167.67º 0.53% 0.54% -
XYZ 14.57 20.39 21.58 -
YUV 113.46 132.82 92.72 -
System Red Green Blue C M Y K H S L
Decimal 64 137 122 0.53 0 0.11 0.46 167.67 0.36 0.39
Hex 40 89 7A 35 0 B 2E A8 24 27
Octal 100 211 172 65 0 13 56 250 44 47
Binary 1000000 10001001 1111010 110101 0 1011 101110 10101000 100100 100111

Color Harmonies of #40897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40897A

Black with #40897A

Text Example


Text Example

White with #40897A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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