#3E837A

Color #3E837A Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #3E837A

Tints of Lochinvar #3E837A

Color information

#3E837A (or 0x3E837A) is unknown color: approx Lochinvar. HEX triplet: 3E, 83 and 7A. RGB value is (62,131,122). Sum of RGB (Red+Green+Blue) = 62+131+122=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #3E837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E837A is #C17C85. Grayscale: #6D6D6D. Windows color (decimal): -12680326 or 8028990. OLE color: 8028990.

HSL color Cylindrical-coordinate representation of color #3E837A: hue angle of 172.17º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E837A is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB62131122-
CMYK0.5300.070.49
HSL172.17º35.75%37.84%-
HSV(B)172.17º52.67%51.37%-
XYZ13.6218.6621.3-
YUV109.34135.1494.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.68%
GREEN value IS 131 (51.56% from 255) = 41.59%
BLUE value IS 122 (48.05% from 255) = 38.73%
R=19.68%
G=41.59%
B=38.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal621311220.5300.070.49172.1735.7537.84
Hex3E837A350731ac2426
Octal762031726507612544446
Binary111110100000111111010110101011111000110101100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E837A; }

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

 H1.HeaderClassName
 {
   color: #3E837A;
 }
 .AnyTagClassName
 {
   color: #3E837A;
 }
</style>
background-color css

<style>
 a { background-color: #3E837A; }

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

 div.DivClassName
 {
   background-color: #3E837A;
 }
 .BgClassName
 {
   background-color: #3E837A;
 }
</style>
border-color css

<style>
 span { border-color: #3E837A; }

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

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