#3e937e

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

Shades of Lochinvar #3E937E

Tints of Lochinvar #3E937E

Color information

#3E937E (or 0x3E937E) is unknown color: approx Lochinvar. HEX triplet: 3E, 93 and 7E. RGB value is (62,147,126). Sum of RGB (Red+Green+Blue) = 62+147+126=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #3E937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E937E is #C16C81. Grayscale: #777777. Windows color (decimal): -12676226 or 8295230. OLE color: 8295230.

HSL color Cylindrical-coordinate representation of color #3E937E: hue angle of 165.18º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E937E is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB62147126-
CMYK0.5800.140.42
HSL165.18º40.67%40.98%-
HSV(B)165.18º57.82%57.65%-
XYZ16.1923.423.4-
YUV119.19131.8487.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.51%
GREEN value IS 147 (57.81% from 255) = 43.88%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=18.51%
G=43.88%
B=37.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621471260.5800.140.42165.1840.6740.98
Hex3E937E3A0E2Aa52929
Octal7622317672016522455151
Binary1111101001001111111101110100111010101010100101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e937e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,147,126); }

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

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

 a { background-color: rgb(62,147,126); }

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

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

 span { border-color: rgb(62,147,126); }

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