Html Css Color HEX #40837C Lochinvar

📋 copy color: '#40837C'

red 64 ◦ green 131 ◦ blue 124

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

Shades of Lochinvar #40837C

Tints of Lochinvar #40837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.07%

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

R = 20.06%
G = 41.07%
B = 38.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#40837C (or 0x40837C) is known color: Lochinvar. HEX triplet: 40, 83 and 7C. RGB value is (64,131,124). Sum of RGB (Red+Green+Blue) = 64+131+124=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #40837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40837C is #BF7C83. Grayscale: #6E6E6E. Windows color (decimal): -12549252 or 8160064. OLE color: 8160064.

HSL color Cylindrical-coordinate representation of color #40837C: hue angle of 173.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40837C is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 131 124 -
CMYK 0.51 0 0.05 0.49
HSL 173.73º 0.34% 0.38% -
HSV(B) 173.73º 0.51% 0.51% -
XYZ 13.87 18.78 21.96 -
YUV 110.17 135.8 95.07 -
System Red Green Blue C M Y K H S L
Decimal 64 131 124 0.51 0 0.05 0.49 173.73 0.34 0.38
Hex 40 83 7C 33 0 5 31 AE 22 26
Octal 100 203 174 63 0 5 61 256 42 46
Binary 1000000 10000011 1111100 110011 0 101 110001 10101110 100010 100110

Color Harmonies of #40837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40837C

Black with #40837C

Text Example


Text Example

White with #40837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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