#3E937F

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

Shades of Lochinvar #3E937F

Tints of Lochinvar #3E937F

Color information

#3E937F (or 0x3E937F) is unknown color: approx Lochinvar. HEX triplet: 3E, 93 and 7F. RGB value is (62,147,127). Sum of RGB (Red+Green+Blue) = 62+147+127=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #3E937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E937F is #C16C80. Grayscale: #777777. Windows color (decimal): -12676225 or 8360766. OLE color: 8360766.

HSL color Cylindrical-coordinate representation of color #3E937F: hue angle of 165.88º 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 #3E937F is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB62147127-
CMYK0.5800.140.42
HSL165.88º40.67%40.98%-
HSV(B)165.88º57.82%57.65%-
XYZ16.2523.4223.74-
YUV119.3132.3487.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.45%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 127 (50% from 255) = 37.80%
R=18.45%
G=43.75%
B=37.80%

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
Decimal621471270.5800.140.42165.8840.6740.98
Hex3E937F3A0E2Aa62929
Octal7622317772016522465151
Binary1111101001001111111111110100111010101010100110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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