#3E947E

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

Shades of Lochinvar #3E947E

Tints of Lochinvar #3E947E

Color information

#3E947E (or 0x3E947E) is unknown color: approx Lochinvar. HEX triplet: 3E, 94 and 7E. RGB value is (62,148,126). Sum of RGB (Red+Green+Blue) = 62+148+126=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #3E947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E947E is #C16B81. Grayscale: #777777. Windows color (decimal): -12675970 or 8295486. OLE color: 8295486.

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

Color convert

RGB62148126-
CMYK0.5800.150.42
HSL164.65º40.95%41.18%-
HSV(B)164.65º58.11%58.04%-
XYZ16.3423.7123.45-
YUV119.78131.5186.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.45%
GREEN value IS 148 (58.20% from 255) = 44.05%
BLUE value IS 126 (49.61% from 255) = 37.5%
R=18.45%
G=44.05%
B=37.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621481260.5800.150.42164.6540.9541.18
Hex3E947E3A0F2Aa52929
Octal7622417672017522455151
Binary1111101001010011111101110100111110101010100101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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