Html Css Color HEX #40837A Lochinvar

📋 copy color: '#40837A'

red 64 ◦ green 131 ◦ blue 122

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

Shades of Lochinvar #40837A

Tints of Lochinvar #40837A

RGB

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

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

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

R = 20.19%
G = 41.32%
B = 38.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#40837A (or 0x40837A) is known color: Lochinvar. HEX triplet: 40, 83 and 7A. RGB value is (64,131,122). Sum of RGB (Red+Green+Blue) = 64+131+122=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #40837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40837A is #BF7C85. Grayscale: #6D6D6D. Windows color (decimal): -12549254 or 8028992. OLE color: 8028992.

HSL color Cylindrical-coordinate representation of color #40837A: hue angle of 171.94º 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 #40837A is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 131 122 -
CMYK 0.51 0 0.07 0.49
HSL 171.94º 0.34% 0.38% -
HSV(B) 171.94º 0.51% 0.51% -
XYZ 13.74 18.73 21.3 -
YUV 109.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 64 131 122 0.51 0 0.07 0.49 171.94 0.34 0.38
Hex 40 83 7A 33 0 7 31 AC 22 26
Octal 100 203 172 63 0 7 61 254 42 46
Binary 1000000 10000011 1111010 110011 0 111 110001 10101100 100010 100110

Color Harmonies of #40837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40837A

Black with #40837A

Text Example


Text Example

White with #40837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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