Html Css Color HEX #40837B Lochinvar

📋 copy color: '#40837B'

red 64 ◦ green 131 ◦ blue 123

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

Shades of Lochinvar #40837B

Tints of Lochinvar #40837B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 20.13%
G = 41.19%
B = 38.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#40837B (or 0x40837B) is known color: Lochinvar. HEX triplet: 40, 83 and 7B. RGB value is (64,131,123). Sum of RGB (Red+Green+Blue) = 64+131+123=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #40837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40837B is #BF7C84. Grayscale: #6E6E6E. Windows color (decimal): -12549253 or 8094528. OLE color: 8094528.

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

Color convert

RGB 64 131 123 -
CMYK 0.51 0 0.06 0.49
HSL 172.84º 0.34% 0.38% -
HSV(B) 172.84º 0.51% 0.51% -
XYZ 13.81 18.75 21.63 -
YUV 110.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 64 131 123 0.51 0 0.06 0.49 172.84 0.34 0.38
Hex 40 83 7B 33 0 6 31 AD 22 26
Octal 100 203 173 63 0 6 61 255 42 46
Binary 1000000 10000011 1111011 110011 0 110 110001 10101101 100010 100110

Color Harmonies of #40837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40837B

Black with #40837B

Text Example


Text Example

White with #40837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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